toggle menu
horologist
androidJvm
switch theme
search in API
health-service
/
com.google.android.horologist.health.service
/
BinderConnection
/
Companion
/
bindService
bind
Service
inline
fun
<
T
:
IBinder
,
S
:
Service
>
Lifecycle
.
bindService
(
context
:
Context
)
:
BinderConnection
<
T
>
inline
fun
<
T
:
IBinder
,
S
:
Service
>
CoroutineScope
.
bindService
(
context
:
Context
)
:
BinderConnection
<
T
>
fun
<
S
:
Service
>
bindService
(
context
:
Context
,
service
:
KClass
<
S
>
,
connection
:
BinderConnection
<
*
>
)