| Interface | Description |
|---|---|
| AmericanExpressListener |
Interface that defines callbacks for
AmericanExpress. |
| BraintreeCancelListener |
Interface that defines a callback for
Fragment.onActivityResult(int, int, Intent)
cancel events. |
| BraintreeErrorListener |
Interface that defines callbacks for errors that occur when processing Braintree requests.
|
| BraintreeListener |
Base interface for all event listeners.
|
| BraintreePaymentResultListener |
Interface that defines a callback to be used when a
BraintreePaymentResult is created. |
| BraintreeResponseListener<T> | |
| ConfigurationListener |
Interface that defines a callback for
Configuration. |
| PaymentMethodNonceCallback |
Communicates
PaymentMethodNonce from a HTTP request on the main thread. |
| PaymentMethodNonceCreatedListener |
Interface that defines callbacks to be called when
PaymentMethodNonces are created. |
| PaymentMethodNonceDeletedListener |
Interface that defines callbacks to be called after a
PaymentMethodNonce is deleted. |
| PaymentMethodNoncesUpdatedListener |
Interface that defines callbacks to be called when existing
PaymentMethodNonces are fetched. |
| PayPalApprovalCallback |
Interface to handle PayPal Approval callback
|
| PayPalApprovalHandler |
Interface that could be extended for custom authentication and authorization of PayPal.
|
| QueuedCallback |
Callback used by
BraintreeFragment to queue responses to various
async operations. |
| ThreeDSecureLookupListener |
Interface for ThreeDSecure callbacks.
|
| ThreeDSecurePrepareLookupListener |
Interface for ThreeDSecure prepareLookup callbacks.
|
| TokenizationParametersListener |
Interface for receiving
PaymentMethodTokenizationParameters and
Collection allowedCardNetworks. |
| UnionPayListener |
Interface that defines callbacks for UnionPay.
|