-
- All Implemented Interfaces:
-
javax.inject.Provider
public interface BinderProvider implements Provider<<ERROR CLASS>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBinderProvider.Companion
-
Method Summary
Modifier and Type Method Description abstract <ERROR CLASS>getAsync()abstract UnitunregisterCallback()abstract BooleanunbindService()abstract LiveData<BinderWrapper.Companion.BinderState>getConnectionLivedata()-
-
Method Detail
-
getAsync
abstract <ERROR CLASS> getAsync()
-
unregisterCallback
abstract Unit unregisterCallback()
-
unbindService
abstract Boolean unbindService()
-
getConnectionLivedata
abstract LiveData<BinderWrapper.Companion.BinderState> getConnectionLivedata()
-
-
-
-