public interface IPoyntCapabilityManager
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntCapabilityManager.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
getCapabilityProviders(CapabilityProviderFilter filter,
IPoyntCapabilityManagerListener listener)
get the list of capability providers installed in this device
|
void getCapabilityProviders(CapabilityProviderFilter filter, IPoyntCapabilityManagerListener listener) throws android.os.RemoteException
filter - specify the type of capability and matching criterionlistener - callback listener where the capabilities found are returnedandroid.os.RemoteException