PayPalListener

interface PayPalListener

Implement this interface to receive PayPal result notifications.

Functions

Link copied to clipboard
abstract fun onPayPalFailure(@NonNull error: Exception)
Called when PayPal tokenization has failed with an error.
Link copied to clipboard
abstract fun onPayPalSuccess(@NonNull payPalAccountNonce: PayPalAccountNonce)
Called when PayPal tokenization is complete without error.