public interface IPoyntManualEntryDataListener
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntManualEntryDataListener.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(PoyntError poyntError) |
void |
onSuccess(byte[] encryptedData,
boolean partial) |
void onSuccess(byte[] encryptedData,
boolean partial)
throws android.os.RemoteException
android.os.RemoteExceptionvoid onError(PoyntError poyntError) throws android.os.RemoteException
android.os.RemoteException