ThreedsWebViewController
public class ThreedsWebViewController : UIViewController
extension ThreedsWebViewController: ThreeDSWKNavigationHelperDelegate
A view controller to manage 3ds
-
Delegate
Declaration
Swift
public weak var delegate: ThreedsWebViewControllerDelegate? -
Authentication URL
Declaration
Swift
public var authURL: URL?
-
Initializes a web view controller adapted to handle 3dsecure.
Declaration
Swift
public convenience init(environment: Environment, successUrl: URL, failUrl: URL) -
Returns a newly initialized view controller with the nib file in the specified bundle.
Declaration
Swift
public override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Foundation.Bundle?) -
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Creates the view that the controller manages.
Declaration
Swift
public override func loadView() -
Called after the controller's view is loaded into memory.
Declaration
Swift
public override func viewDidLoad()
-
Undocumented
Declaration
Swift
public func didFinishLoading(navigation: WKNavigation, success: Bool) -
Undocumented
Declaration
Swift
public func threeDSWKNavigationHelperDelegate(didReceiveResult result: Result<String, ThreeDSError>)
View on GitHub
ThreedsWebViewController