| Interface | Description |
|---|---|
| PaymentFormView |
The payment form view is responsible for loading and triggering the form which collects the
payment details such as card numbers etc.
|
| PaymentFormView.Listener<T extends android.view.View & PaymentFormView> |
The listener is used to communicate back to the invoker of the view what is going on within
the view.
|
| PaymentFormViewFactory<V extends android.view.View & PaymentFormView> |
The payment form factory is responsible to create a view which holds the payment form.
|
| PaymentFormViewFactory.UrlFetcher |
The URL fetcher is responsible for loading the
MobileSdkUrl which is used to load the
payment form. |
| Class | Description |
|---|---|
| DefaultPaymentFormView |
The payment form view is responsible for loading and handling the web form loaded to collect the
payment information.
|
| DefaultPaymentFormViewFactory |
This implementation of
PaymentFormViewFactory creates a DefaultPaymentFormView. |