public static class IVasProvider.Default extends Object implements IVasProvider
IVasProvider.Default, IVasProvider.Stub
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
IBinder |
asBinder() |
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.
|
public VasPayloadResponse handlePayload(VasPayload payload, VasMode vasMode, Intent extras) throws RemoteException
handlePayload
in interface IVasProvider
RemoteException
public List<VasServiceProvider> getVasProviders() throws RemoteException
getVasProviders
in interface IVasProvider
RemoteException
public IBinder asBinder()
asBinder
in interface IInterface