TGFKeyboardUsage

enum TGFKeyboardUsage : NSInteger {}

An enum describing the purpose of the secure keyboard at a given moment.

The application should use this enum to update its UI accordingly (e.g., by changing prompt text).

@since 1.0.0

  • Indicates the keyboard is prompting for a new passcode during enrollment.

    Declaration

    Objective-C

    TGFKeyboardUsageEnrollNew
  • Indicates the keyboard is prompting for confirmation of the new passcode during enrollment.

    Declaration

    Objective-C

    TGFKeyboardUsageEnrollConfirm
  • Indicates the keyboard is prompting for the passcode to authorize a FIDO2 operation.

    Declaration

    Objective-C

    TGFKeyboardUsageFido2Operation
  • Indicates the keyboard is prompting for the current (old) passcode during a change passcode operation.

    Declaration

    Objective-C

    TGFKeyboardUsageChangePasscodeOld
  • Indicates the keyboard is prompting for a new passcode during a change passcode operation.

    Declaration

    Objective-C

    TGFKeyboardUsageChangePasscodeNew
  • Indicates the keyboard is prompting for confirmation of the new passcode during a change passcode operation.

    Declaration

    Objective-C

    TGFKeyboardUsageChangePasscodeConfirm
  • Indicates the keyboard is prompting for the passcode to authorize unenrollment.

    Declaration

    Objective-C

    TGFKeyboardUsageUnenroll