public interface IVasProvider extends IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IVasProvider.Default
Default implementation for IVasProvider.
|
static class |
IVasProvider.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
List<VasServiceProvider> |
getVasProviders()
Called to load available providers before starting a txn
|
VasPayloadResponse |
handlePayload(VasPayload payload,
VasMode vasMode,
Intent extras)
Called when an applicable VasPayload is retrieved from the mobile device.
|
asBinder
VasPayloadResponse handlePayload(VasPayload payload, VasMode vasMode, Intent extras) throws RemoteException
RemoteException
List<VasServiceProvider> getVasProviders() throws RemoteException
RemoteException