| Interface | Description |
|---|---|
| FlowListener |
This interface marks an interface to be a listener interface.
|
| OnApiErrorListener |
This listener is invoked when there occurred an error during invoking the wallee web service API.
|
| OnBeforeLoadingPaymentMethodListener |
This listener is invoked before the payment method list is loaded from the remote server.
|
| OnBeforeLoadingTokenListener |
This listener is invoked before the token list is loaded from the remote server.
|
| OnErrorListener |
This interface joins multiple common error listeners together into one interface.
|
| OnHttpErrorListener |
This listener is invoked when there is a problem loading some HTTP page within in a
|
| OnNetworkErrorListener |
This listener is invoked when there was a network error.
|
| OnPaymentContainerResizeListener |
This listener is invoked when the payment container requires the whole screen.
|
| OnPaymentFormValidationListener |
This listener is invoked when the payment form validation completes.
|
| OnPaymentFormViewReadyListener |
This listener is invoked when the payment form view is ready.
|
| OnPaymentMethodSelectionListener |
This listener is triggered when a payment method has been selected.
|
| OnPaymentMethodSelectionViewReady |
This listener is invoked when the payment method selection view is ready resp.
|
| OnTokenSelectedListener |
This listener is invoked when the token has been selected in the token view list.
|
| OnTokenSelectionViewReady |
This listener is invoked when the payment method selection view is ready resp.
|
| OnTransactionFailureListener |
This listeners is invoked when the
Transaction fails. |
| OnTransactionSuccessListener |
This listener is called when the
Transaction
succeeds. |