EMSecureInputUiLabelAlignment Constants Reference

Declared in EMSecureInputBuilderV2.h
Availability 4.4

EMSecureInputUiLabelAlignment

Secure input UI label alignment. It determines the alignment of both first and second label.

Definition

typedef NS_ENUM(NSInteger, EMSecureInputUiLabelAlignment ) {
   EMSecureInputUiLabelAlignmentLeft = 0,
   EMSecureInputUiLabelAlignmentCenter = 1,
   EMSecureInputUiLabelAlignmentRight = 2,
};

Constants

EMSecureInputUiLabelAlignmentLeft

Left alignment.

Declared In EMSecureInputBuilderV2.h.

EMSecureInputUiLabelAlignmentCenter

Center alignment.

Declared In EMSecureInputBuilderV2.h.

EMSecureInputUiLabelAlignmentRight

Right alignment.

Declared In EMSecureInputBuilderV2.h.

Availability

4.4

Declared In

EMSecureInputBuilderV2.h