VenmoListener

interface VenmoListener

Implement this interface to receive results from the Venmo payment flow.

Functions

Link copied to clipboard
abstract fun onVenmoFailure(@NonNull error: Exception)
Called when there was an error during the Venmo payment flow.
Link copied to clipboard
abstract fun onVenmoSuccess(@NonNull venmoAccountNonce: VenmoAccountNonce)
Called when a VenmoAccountNonce is created without error.