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 = 0

    Swift

    case focused = 0
  • Unfocus state of the secure input UI control.

    Declaration

    Objective-C

    EMSecureInputUiControlUnfocused = 1

    Swift

    case unfocused = 1