PINInputType

public enum PINInputType

Possible PIN character sets.

  • PIN is only composed of digits.

    Declaration

    Swift

    case numeric
  • PIN can be composed of digits and letters.

    Declaration

    Swift

    case alphanumeric