BinderProviderImpl

class BinderProviderImpl @Inject() constructor(context: Context) : BinderProvider

Functions

get
Link copied to clipboard
open override fun get(): <ERROR CLASS>
getAsync
Link copied to clipboard
open suspend override fun getAsync(): <ERROR CLASS>
unbindService
Link copied to clipboard
open suspend override fun unbindService(): Boolean
unregisterCallback
Link copied to clipboard
open override fun unregisterCallback()

Properties

context
Link copied to clipboard
val context: Context