Class and Description |
---|
com.braintreepayments.api.AndroidPay
Android Pay is deprecated, use
GooglePayment instead. For more information see the
documentation
Used to create and tokenize Android Pay payment methods. For more information see the
documentation |
com.braintreepayments.api.AndroidPayActivity |
com.braintreepayments.api.models.AndroidPayCardNonce
Android Pay is deprecated, use
GooglePaymentCardNonce instead. For more information see the
documentation
PaymentMethodNonce representing an Android Pay card. |
com.braintreepayments.api.threedsecure.ThreeDSecureWebChromeClient |
com.braintreepayments.api.threedsecure.ThreeDSecureWebView |
com.braintreepayments.api.threedsecure.ThreeDSecureWebViewActivity
Please use
BraintreeBrowserSwitchActivity instead.
See
Browser switch setup. |
com.braintreepayments.api.threedsecure.ThreeDSecureWebViewClient |
Method and Description |
---|
com.braintreepayments.api.AndroidPay.changePaymentMethod(BraintreeFragment, AndroidPayCardNonce)
Android Pay is deprecated, use
GooglePayment instead. For more information see the
documentation
Performs a change masked wallet request. This will allow the user to change the backing card and other information
associated with the payment method. |
com.braintreepayments.api.DataCollector.collectDeviceData(BraintreeFragment) |
com.braintreepayments.api.DataCollector.collectDeviceData(BraintreeFragment, String) |
com.braintreepayments.api.DataCollector.collectDeviceData(Context, BraintreeFragment)
Use
DataCollector.collectDeviceData(BraintreeFragment) instead. |
com.braintreepayments.api.DataCollector.collectDeviceData(Context, BraintreeFragment, String) |
com.braintreepayments.api.models.BaseCardBuilder.countryCodeAlpha2(String)
Use
BaseCardBuilder.countryCode(String) instead. |
com.braintreepayments.api.models.BaseCardBuilder.countryCodeAlpha3(String)
Use
BaseCardBuilder.countryCode(String) instead. |
com.braintreepayments.api.models.BaseCardBuilder.countryCodeNumeric(String)
Use
BaseCardBuilder.countryCode(String) instead. |
com.braintreepayments.api.models.BaseCardBuilder.countryName(String)
Use
BaseCardBuilder.countryCode(String) instead. |
com.braintreepayments.api.models.AndroidPayCardNonce.fromFullWallet(FullWallet)
Use
AndroidPayCardNonce.fromFullWallet(FullWallet, Cart) instead. |
com.braintreepayments.api.models.AndroidPayCardNonce.fromFullWallet(FullWallet, Cart)
Android Pay is deprecated, use
GooglePaymentCardNonce instead. For more information see the
documentation
Convert a FullWallet to an AndroidPayCardNonce . |
com.braintreepayments.api.models.AndroidPayCardNonce.fromJson(String)
Android Pay is deprecated, use
GooglePaymentCardNonce instead. For more information see the
documentation
Convert an API response to an AndroidPayCardNonce . |
com.braintreepayments.api.AndroidPay.getTokenizationParameters(BraintreeFragment, TokenizationParametersListener)
Android Pay is deprecated, use
GooglePayment instead. For more information see the
documentation
Get Braintree specific tokenization parameters for Android Pay. Useful for existing Google
Wallet or Android Pay integrations, or when full control over the
com.google.android.gms.wallet.MaskedWalletRequest and
com.google.android.gms.wallet.FullWalletRequest is required.
PaymentMethodTokenizationParameters should be supplied to the
MaskedWalletRequest via
com.google.android.gms.wallet.MaskedWalletRequest.Builder#setPaymentMethodTokenizationParameters(PaymentMethodTokenizationParameters)
and Collection allowedCardNetworks should be supplied to the
MaskedWalletRequest via
com.google.android.gms.wallet.MaskedWalletRequest.Builder#addAllowedCardNetworks(Collection) . |
com.braintreepayments.api.AndroidPay.isReadyToPay(BraintreeFragment, BraintreeResponseListener<Boolean>)
Android Pay is deprecated, use
GooglePayment instead. For more information see the
documentation
Before starting the Android Pay flow, use
AndroidPay.isReadyToPay(BraintreeFragment, BraintreeResponseListener) to check whether the
user has the Android Pay app installed and is ready to pay. When the listener is called with
true , show the Android Pay button. When it is called with false , display other
checkout options along with text notifying the user to set up the Android Pay app. |
com.braintreepayments.api.models.VenmoConfiguration.isVenmoWhitelisted(ContentResolver)
Venmo no longer requires a user whitelist
|
com.braintreepayments.api.AndroidPay.requestAndroidPay(BraintreeFragment, Cart, boolean, boolean, ArrayList<CountrySpecification>)
Android Pay is deprecated, use
GooglePayment instead. For more information see the
documentation
Launch an Android Pay masked wallet request. This method will show the payment instrument
chooser to the user. |
com.braintreepayments.api.AndroidPay.tokenize(BraintreeFragment, FullWallet) |
com.braintreepayments.api.AndroidPay.tokenize(BraintreeFragment, FullWallet, Cart)
Android Pay is deprecated, use
GooglePayment instead. For more information see the
documentation
Call this method when you've received a successful FullWallet request in your activity's
Activity.onActivityResult(int, int, Intent) to get an AndroidPayCardNonce from a
FullWallet . |
com.braintreepayments.api.models.UnionPayCardBuilder.validate(boolean)
UnionPay enrollment performs validation. This value will not be used for UnionPay payment methods.
|