Package-level declarations

Types

Link copied to clipboard

Error class thrown when app switch to the corresponding wallet is not possible

Link copied to clipboard

Repository to hold the state of the app switch flow.

Link copied to clipboard
Link copied to clipboard

Parent class for exceptions encountered when using the SDK.

Link copied to clipboard

Contains the remote configuration for the Braintree Android SDK.

Link copied to clipboard
fun interface ConfigurationCallback

Callback for receiving a Configuration result.

Link copied to clipboard

Error class thrown when a configuration value is invalid

Link copied to clipboard

Error container returned when the Braintree server returns a 422 Unprocessible Entity. A 422 occurs when a request is properly formed, but the server was unable to take the requested action due to bad user data.

Link copied to clipboard
annotation class ExperimentalBetaApi

The annotated method or class is in beta. It's public API may change or be removed in future releases.

Link copied to clipboard

Error thrown when arguments provided to a method are invalid.

Link copied to clipboard
interface PaymentMethod

PaymentMethod represents the common interface of all payment method.

Link copied to clipboard

Base class representing a method of payment for a customer. PaymentMethodNonce represents the common interface of all payment method nonces, and can be handled by a server interchangeably.

Link copied to clipboard
data class PostalAddress(var recipientName: String? = null, var phoneNumber: String? = null, var streetAddress: String? = null, var extendedAddress: String? = null, var locality: String? = null, var region: String? = null, var postalCode: String? = null, var sortingCode: String? = null, var countryCodeAlpha2: String? = null) : Parcelable

Object representing a postal address

Link copied to clipboard

Error class thrown when a user cancels a payment flow