public interface IPoyntAccessoryManager
extends android.os.IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IPoyntAccessoryManager.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
getAccessoryProviders(AccessoryProviderFilter type,
IPoyntAccessoryManagerListener listener)
get the list of accessory providers installed in this device
|
void getAccessoryProviders(AccessoryProviderFilter type, IPoyntAccessoryManagerListener listener) throws android.os.RemoteException
type
- : list of accessory providers based on the type.listener:
- result will be returned in the listener.RemoteException