| Interface | Description |
|---|---|
| CredentialsProviderResolver |
This interface is used to lookup the
CredentialsProvider. |
| FragmentTerminationListener |
This interface informs about the final outcomes of the
AbstractPaymentFragment. |
| PaymentContainerEnlarger |
The payment container enlarger manages the resizing of the payment container.
|
| Class | Description |
|---|---|
| AbstractPaymentFragment |
This is an abstract fragment which helps to use
FlowCoordinator. |
| ActivityAwarePaymentFragment |
This is a concrete implementation of
AbstractPaymentFragment which assumes that the
activity into which the fragment is embedded into implements certain interfaces. |
| FragmentFlowListener<T extends AbstractPaymentFragment> |
The fragment flow listener maps the events triggered by
FlowCoordinator to the fragment. |
| HierarchicalPaymentContainerEnlarger |
This implementation of
PaymentContainerEnlarger traverses the view hierarchy up until the
Activity's base container has been reached and remove all views along the hierarchy. |