OPPCheckoutBrandDetectionAppearanceStyle

enum OPPCheckoutBrandDetectionAppearanceStyle : NSInteger {}

An enumeration for the card brand detection appearance style

  • The detected card brands interface appears automatically.

    Declaration

    Objective-C

    OPPCheckoutBrandDetectionAppearanceStyleActive

    Swift

    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

    OPPCheckoutBrandDetectionAppearanceStyleInactive

    Swift

    case inactive = 1
  • The detected card brands interface is disabled. First detected brand will be used.

    Declaration

    Objective-C

    OPPCheckoutBrandDetectionAppearanceStyleNone

    Swift

    case none = 2