OPPPaymentSelectionViewController
@objc(OPPPaymentSelectionViewController)
@MainActor
public class OPPPaymentSelectionViewController : UIViewController, UITableViewDataSource, UITableViewDelegate, OPPPaymentSelectionDataSource
extension OPPPaymentSelectionViewController: UIViewControllerTransitioningDelegate
extension OPPPaymentSelectionViewController: UINavigationControllerDelegate
Undocumented
-
Undocumented
Declaration
Swift
@MainActor public var paymentSchemeActionDelegate: (any OPPPaymentSchemeSelectionActionDelegate)?
-
Undocumented
Declaration
Swift
@MainActor public override func viewDidLoad() -
Undocumented
Declaration
Swift
@MainActor public override func viewWillAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
@MainActor public override func viewDidAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
@MainActor public override func viewDidDisappear(_ animated: Bool) -
Undocumented
Declaration
Swift
@MainActor public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator)
-
Undocumented
Declaration
Swift
@MainActor public func numberOfSections(in tableView: UITableView) -> Int -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) -
Undocumented
Declaration
Swift
@MainActor public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Undocumented
Declaration
Swift
@MainActor public func paymentSelectionControllerCardTokens(_ cardTokens: [OPPToken]) -
Undocumented
Declaration
Swift
@MainActor public func paymentSelectionControllerPaymentBrands(_ paymentBrands: [String])
-
Undocumented
Declaration
Swift
@MainActor public func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController?
-
Undocumented
Declaration
Swift
@MainActor public func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool) -
Undocumented
Declaration
Swift
@MainActor public func navigationControllerSupportedInterfaceOrientations(_ navigationController: UINavigationController) -> UIInterfaceOrientationMask
OPPPaymentSelectionViewController Class Reference