UI components
-
A protocol for CardDetails ViewModel delegate.
See moreDeclaration
Objective-C
@protocol OPPCardControllerDelegate <NSObject>Swift
protocol OPPCardControllerDelegate : NSObjectProtocol -
A protocol collects card details and additional information required for card payment.
See moreDeclaration
Objective-C
@protocol OPPCardDetailsDataSource <NSObject>Swift
protocol OPPCardDetailsDataSource : NSObjectProtocol -
An enumeration of possible custom UI controllers.
Declaration
Objective-C
typedef NSString *OPPViewControllerSwift
struct OPPViewController : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable -
Constant for a key to custom Card Details View Controller.
Declaration
Objective-C
extern const OPPViewController OPPViewControllerCardDetailsSwift
static let cardDetails: OPPViewController -
Constant for a key to custom Payment Selection View Controller.
Declaration
Objective-C
extern const OPPViewController OPPViewControllerPaymentSelectionSwift
static let paymentSelection: OPPViewController
UI components Reference