GooglePayListener

Implement this interface to receive results from the Google Pay flow.

Functions

Link copied to clipboard
abstract fun onGooglePayFailure(@NonNull error: Exception)
Called when there was an error during the Google Pay flow.
Link copied to clipboard
abstract fun onGooglePaySuccess(@NonNull paymentMethodNonce: PaymentMethodNonce)
Called when a PaymentMethodNonce is created without error.