Package net.ballmerlabs.scatterbrainsdk.internal

Types

AsyncCallback
Link copied to clipboard
data class AsyncCallback(result: suspend (Int, Bundle) -> Unit, err: suspend (Int, String) -> Unit)
BinderProviderImpl
Link copied to clipboard
class BinderProviderImpl @Inject() constructor(context: Context) : BinderProvider
BinderWrapperImpl
Link copied to clipboard
@ExperimentalCoroutinesApi()
@Singleton()
class BinderWrapperImpl @Inject() constructor(context: Context, broadcastReceiver: ScatterbrainBroadcastReceiver, binderProvider: BinderProvider) : BinderWrapper
MockBinderProvider
Link copied to clipboard
class MockBinderProvider(iBinder: IBinder) : BinderProvider
ScatterbrainBroadcastReceiverImpl
Link copied to clipboard
@Singleton()
class ScatterbrainBroadcastReceiverImpl @Inject() constructor : BroadcastReceiver, ScatterbrainBroadcastReceiver

Properties

SCOPE_DEFAULT
Link copied to clipboard
const val SCOPE_DEFAULT: String