DropInListener

interface DropInListener

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

Functions

Link copied to clipboard
abstract fun onDropInFailure(@NonNull error: Exception)
Called when DropIn has finished with an error.
Link copied to clipboard
abstract fun onDropInSuccess(@NonNull dropInResult: DropInResult)
Called when a DropInResult is created without error.