EMSecureInputUiControlState Constants Reference

Declared in EMSecureInputBuilderV2.h
Availability 4.4

EMSecureInputUiControlState

Secure input UI control state. It determines the state of all the buttons on the keypad.

Definition

typedef NS_ENUM(NSInteger, EMSecureInputUiControlState ) {
   EMSecureInputUiControlStateNormal = 0,
   EMSecureInputUiControlStateSelected = 1,
   EMSecureInputUiControlStateDisabled = 2,
};

Constants

EMSecureInputUiControlStateNormal

Normal state of the secure input UI control.

Declared In EMSecureInputBuilderV2.h.

EMSecureInputUiControlStateSelected

Selected state of the secure input UI control.

Declared In EMSecureInputBuilderV2.h.

EMSecureInputUiControlStateDisabled

Disabled state of the secure input UI control.

Declared In EMSecureInputBuilderV2.h.

Availability

4.4

Declared In

EMSecureInputBuilderV2.h