scatterbrainSDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
scatterbrainSDK
scatterbrainSDK
/
net.ballmerlabs.scatterbrainsdk.internal
/
BinderProviderImpl
Binder
Provider
Impl
class
BinderProviderImpl
@
Inject
constructor
(
val
context
:
Context
,
@
Named
(
value
=
"defaultScope"
)
val
scope
:
CoroutineScope
)
:
BinderProvider
Members
Constructors
Binder
Provider
Impl
Link copied to clipboard
@
Inject
constructor
(
context
:
Context
,
@
Named
(
value
=
"defaultScope"
)
scope
:
CoroutineScope
)
Properties
context
Link copied to clipboard
val
context
:
Context
scope
Link copied to clipboard
val
scope
:
CoroutineScope
Functions
get
Link copied to clipboard
open
override
fun
get
(
)
:
<Error class: unknown class>
get
Async
Link copied to clipboard
open
suspend override
fun
getAsync
(
timeout
:
Long
)
:
<Error class: unknown class>
get
Connection
Livedata
Link copied to clipboard
open
override
fun
getConnectionLivedata
(
)
:
LiveData
<
BinderWrapper.Companion.BinderState
>
is
Connected
Link copied to clipboard
open
override
fun
isConnected
(
)
:
Boolean
unbind
Service
Link copied to clipboard
open
suspend override
fun
unbindService
(
)
:
Boolean