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)