toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
PayPal
/
com.braintreepayments.api
/
PayPalListener
Pay
Pal
Listener
interface
PayPalListener
Implement this interface to receive PayPal result notifications.
Members
Functions
on
Pay
Pal
Failure
Link copied to clipboard
abstract
fun
onPayPalFailure
(
@
NonNull
error
:
Exception
)
Called when PayPal tokenization has failed with an error.
on
Pay
Pal
Success
Link copied to clipboard
abstract
fun
onPayPalSuccess
(
@
NonNull
payPalAccountNonce
:
PayPalAccountNonce
)
Called when PayPal tokenization is complete without error.