ThreedsWebViewController
public class ThreedsWebViewController: UIViewController,
WKNavigationDelegate
A view controller to manage 3ds
-
Delegate
Declaration
Swift
public weak var delegate: ThreedsWebViewControllerDelegate?
-
Url
Declaration
Swift
public var url: String?
-
Initializes a web view controller adapted to handle 3dsecure.
Declaration
Swift
public init(successUrl: String, failUrl: String)
-
Returns a newly initialized view controller with the nib file in the specified bundle.
Declaration
Swift
public override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: 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()
-
Called when the web view begins to receive web content.
Declaration
Swift
public func webView(_ webView: WKWebView, didCommit navigation: WKNavigation!)
-
Called when a web view receives a server redirect.
Declaration
Swift
public func webView(_ webView: WKWebView, didReceiveServerRedirectForProvisionalNavigation navigation: WKNavigation!)