PayPalNativeCheckoutClient
Used to tokenize PayPal accounts. For more information see the documentation
Constructors
Link copied to clipboard
Create a new instance of PayPalNativeCheckoutClient using a BraintreeClient.
Functions
Link copied to clipboard
open fun launchNativeCheckout(@NonNull activity: FragmentActivity, @NonNull payPalRequest: PayPalNativeRequest)
Tokenize a PayPal account for vault or checkout.
Link copied to clipboard
Add a PayPalNativeCheckoutListener to your client to receive results or errors from the PayPal flow.
Link copied to clipboard
open fun tokenizePayPalAccount(@NonNull activity: FragmentActivity, @NonNull payPalRequest: PayPalNativeRequest)