toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
ThreeDSecure
/
com.braintreepayments.api
/
ThreeDSecureListener
Three
DSecure
Listener
interface
ThreeDSecureListener
Implement this interface to receive 3DS verification notifications.
Members
Functions
on
Three
DSecure
Failure
Link copied to clipboard
abstract
fun
onThreeDSecureFailure
(
@
NonNull
error
:
Exception
)
Called when 3DS verification has failed with an error.
on
Three
DSecure
Success
Link copied to clipboard
abstract
fun
onThreeDSecureSuccess
(
@
NonNull
threeDSecureResult
:
ThreeDSecureResult
)
Called when 3DS verification is complete without error.