ThreedsWebViewController

public class ThreedsWebViewController: UIViewController,
    WKNavigationDelegate

A view controller to manage 3ds

  • 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()