public interface IPoyntTransactionServiceListener
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntTransactionServiceListener.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onLaunchActivity(android.content.Intent intent,
java.lang.String requestId)
Call this listener when you want to launch a custom UI activity to get user input.
|
void |
onLoginRequired() |
void |
onResponse(co.poynt.api.model.Transaction transaction,
java.lang.String requestId,
PoyntError poyntError) |
void onResponse(co.poynt.api.model.Transaction transaction,
java.lang.String requestId,
PoyntError poyntError)
throws android.os.RemoteException
android.os.RemoteExceptionvoid onLoginRequired()
throws android.os.RemoteException
android.os.RemoteExceptionvoid onLaunchActivity(android.content.Intent intent,
java.lang.String requestId)
throws android.os.RemoteException
intent - Intent to launch an activity.requestId - Request id of the caller.android.os.RemoteException