ThreeDSecureListener

Implement this interface to receive 3DS verification notifications.

Functions

Link copied to clipboard
abstract fun onThreeDSecureFailure(@NonNull error: Exception)
Called when 3DS verification has failed with an error.
Link copied to clipboard
abstract fun onThreeDSecureSuccess(@NonNull threeDSecureResult: ThreeDSecureResult)
Called when 3DS verification is complete without error.