BTUIKCardNumberFormFieldState

Objective-C

enum BTUIKCardNumberFormFieldState {}

Swift

enum BTUIKCardNumberFormFieldState : Int

BTUIKCardNumberFormFieldState modifies the form field Default: Allows the input of a number upto 16 digits and does Luhn checks for validity while editing. Validate: Displays a Next button accessory view rather than validating while edting. Set the cardNumberDelegate to receive button press. Card numbers of any length can be entered. Loading: Displays a loading indicator accessory view