| java.lang.Object | |
| ↳ | com.davidluoye.support.binder.BaseRemoteManager<T extends android.os.IInterface> |
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BaseRemoteManager(Context context, String authority) | |||||||||||
| BaseRemoteManager(Context context, String authority, String name) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final T |
getService()
Get service binder form other application.
| ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract T | convertService(IBinder remote) | ||||||||||
| boolean | handleAuthorityNotFoundException(String msg) | ||||||||||
| boolean | handleServiceNotFoundException(String msg) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| authority | the authority declare in AndroidManifest.xml |
|---|
| authority | the authority declare in AndroidManifest.xml |
|---|---|
| name | the name of service service |
Get service binder form other application.