EMSecureInputUiControlFocusState Constants Reference

Declared in EMSecureInputBuilderV2.h
Availability 4.4

EMSecureInputUiControlFocusState

Secure input UI control focus state. It determines the focus state of both first and second input field.

Definition

typedef NS_ENUM(NSInteger, EMSecureInputUiControlFocusState ) {
   EMSecureInputUiControlFocused = 0,
   EMSecureInputUiControlUnfocused = 1,
};

Constants

EMSecureInputUiControlFocused

Focus state of the secure input UI control.

Declared In EMSecureInputBuilderV2.h.

EMSecureInputUiControlUnfocused

Unfocus state of the secure input UI control.

Declared In EMSecureInputBuilderV2.h.

Availability

4.4

Declared In

EMSecureInputBuilderV2.h