EMSecureInputUiControlFocusState
Objective-C
enum EMSecureInputUiControlFocusState : NSInteger {}
Swift
enum EMSecureInputUiControlFocusState : Int, @unchecked Sendable
Secure input UI control focus state. It determines the focus state of both first and second input field.
Since
4.4-
Focus state of the secure input UI control.
Declaration
Objective-C
EMSecureInputUiControlFocused = 0Swift
case focused = 0 -
Unfocus state of the secure input UI control.
Declaration
Objective-C
EMSecureInputUiControlUnfocused = 1Swift
case unfocused = 1
EMSecureInputUiControlFocusState Enumeration Reference