ThreedsWebViewControllerDelegate
public protocol ThreedsWebViewControllerDelegate : AnyObject
Methods to handle the response in the 3ds web view
-
Called if the response is successful
Declaration
Swift
func onSuccess3D()
-
Called if the response is unsuccesful
Declaration
Swift
func onFailure3D()