public interface IPoyntCheckCardListener
extends android.os.IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IPoyntCheckCardListener.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
onCancel() |
void |
onContinue() |
void |
onLaunchActivity(android.content.Intent intent)
Call this listener when you want to launch a custom UI activity to get user input.
|
void |
onRestart(Payment payment) |
void onContinue() throws android.os.RemoteException
android.os.RemoteException
void onCancel() throws android.os.RemoteException
android.os.RemoteException
void onRestart(Payment payment) throws android.os.RemoteException
android.os.RemoteException
void onLaunchActivity(android.content.Intent intent) throws android.os.RemoteException
intent
- Intent to launch an activity.requestId
- Request id of the caller.android.os.RemoteException