-
public class BinderConnection.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static BinderConnection.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends IBinder, S extends Service> BinderConnection<T>bindService(Lifecycle $self, Context context)final <T extends IBinder, S extends Service> BinderConnection<T>bindService(CoroutineScope $self, Context context)final <S extends Service> UnitbindService(Context context, KClass<S> service, BinderConnection<?> connection)-
-
Method Detail
-
bindService
final <T extends IBinder, S extends Service> BinderConnection<T> bindService(Lifecycle $self, Context context)
-
bindService
final <T extends IBinder, S extends Service> BinderConnection<T> bindService(CoroutineScope $self, Context context)
-
bindService
final <S extends Service> Unit bindService(Context context, KClass<S> service, BinderConnection<?> connection)
-
-
-
-