OPPCheckoutBrandDetectionAppearanceStyle

@objc
public enum OPPCheckoutBrandDetectionAppearanceStyle : Int

An enumeration for the card brand detection appearance style

  • The detected card brands interface appears automatically.

    Declaration

    Swift

    case active
  • 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

    Swift

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

    Declaration

    Swift

    case none