EMSecureInputUiControlState
Objective-C
enum EMSecureInputUiControlState : NSInteger {}
Swift
enum EMSecureInputUiControlState : Int, @unchecked Sendable
Secure input UI control state. It determines the state of all the buttons on the keypad.
Since
4.4-
Normal state of the secure input UI control.
Declaration
Objective-C
EMSecureInputUiControlStateNormal = 0Swift
case normal = 0 -
Selected state of the secure input UI control.
Declaration
Objective-C
EMSecureInputUiControlStateSelected = 1Swift
case selected = 1 -
Disabled state of the secure input UI control.
Declaration
Objective-C
EMSecureInputUiControlStateDisabled = 2Swift
case disabled = 2
EMSecureInputUiControlState Enumeration Reference