BinderProviderImpl

class BinderProviderImpl @Inject constructor(val context: Context, @Named(value = "defaultScope") val scope: CoroutineScope) : BinderProvider

Constructors

Link copied to clipboard
@Inject
constructor(context: Context, @Named(value = "defaultScope") scope: CoroutineScope)

Properties

Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope

Functions

Link copied to clipboard
open override fun get(): <Error class: unknown class>
Link copied to clipboard
open suspend override fun getAsync(timeout: Long): <Error class: unknown class>
Link copied to clipboard
open override fun isConnected(): Boolean
Link copied to clipboard
open suspend override fun unbindService(): Boolean