OPPCheckoutBrandDetectionAppearanceStyle
enum OPPCheckoutBrandDetectionAppearanceStyle : NSInteger {}
An enumeration for the card brand detection appearance style
-
The detected card brands interface appears automatically.
Declaration
Objective-C
OPPCheckoutBrandDetectionAppearanceStyleActiveSwift
case active = 0 -
The detected card brands interface is hidden. The user can make it visible by clicking on card icon in the card number text field.
Declaration
Objective-C
OPPCheckoutBrandDetectionAppearanceStyleInactiveSwift
case inactive = 1 -
The detected card brands interface is disabled. First detected brand will be used.
Declaration
Objective-C
OPPCheckoutBrandDetectionAppearanceStyleNoneSwift
case none = 2
OPPCheckoutBrandDetectionAppearanceStyle Enumeration Reference