Companion
object Companion
Functions
Link copied to clipboard
inline fun <T : IBinder, S : Service> CoroutineScope.bindService(context: Context): BinderConnection<T>
fun <S : Service> bindService(context: Context, service: KClass<S>, connection: BinderConnection<*>)