Enumerations
The following enumerations are available globally.
-
The defined anti-cloning types.
- - Since: 5.3
Seals the user’s credentials. A factory reset/initialization of the device will make the credentials unusable.
Requirements: None @warning: IfEMFastTrackDeviceFingerprintTypeSoftorEMFastTrackDeviceFingerprintTypeHardwareKeyis used, user can not use the restored data after doing a factory reset and re-initializing to the same device.
Declaration
Objective-C
enum EMFastTrackDeviceFingerprintType : NSUInteger {}Swift
enum EMFastTrackDeviceFingerprintType : UInt, @unchecked Sendable - - Since: 5.3
Seals the user’s credentials. A factory reset/initialization of the device will make the credentials unusable.
-
Declaration
Objective-C
enum EMFastTrackErrorCode : NSInteger {}Swift
typealias EMFastTrackError.Code._ErrorType = EMFastTrackError -
Declaration
Objective-C
enum EMIncomingMessageType : NSUInteger {}Swift
enum EMIncomingMessageType : UInt, @unchecked Sendable -
The mobile messenger policy of the Mobile Protector SDK when the physical device is detected as being jailbroken.
- - Since: 5.3
Declaration
Objective-C
enum EMMobileMessengerJailbreakPolicy : NSInteger {}Swift
enum EMMobileMessengerJailbreakPolicy : Int, @unchecked Sendable -
Declaration
Objective-C
enum EMOtpType : NSUInteger {}Swift
enum EMOtpType : UInt, @unchecked Sendable -
Declaration
Objective-C
enum EMFastTrackProvisioningProtocol : int {}Swift
enum EMFastTrackProvisioningProtocol : Int32, @unchecked Sendable -
The token policy of the Mobile Protector SDK when the physical device is detected as being jailbroken.
- - Since: 5.3
Declaration
Objective-C
enum EMMobileProtectorTokenJailbreakPolicy : NSInteger {}Swift
enum EMMobileProtectorTokenJailbreakPolicy : Int, @unchecked Sendable -
Declaration
Objective-C
enum EMSystemBiometricType : NSUInteger {}Swift
enum EMSystemBiometricType : UInt, @unchecked Sendable -
Declaration
Objective-C
enum EMOutgoingMessageType : NSUInteger {}Swift
enum EMOutgoingMessageType : UInt, @unchecked Sendable -
Declaration
Objective-C
enum EMFastTrackOathHashAlgorithm : NSInteger {}Swift
enum EMFastTrackOathHashAlgorithm : Int, @unchecked Sendable -
Supported types of Time step. Choose
EMFastTrackOathTimestepTypeNoneif not used.- - Since: 5.3
Declaration
Objective-C
enum EMFastTrackOathTimestepType : NSInteger {}Swift
enum EMFastTrackOathTimestepType : Int, @unchecked Sendable -
Declaration
Objective-C
enum EMTransactionSigningOtpMode : NSUInteger {}Swift
enum EMTransactionSigningOtpMode : UInt, @unchecked Sendable -
Declaration
Objective-C
enum EMTransactionSigningResponseValue : NSUInteger {}Swift
enum EMTransactionSigningResponseValue : UInt, @unchecked Sendable -
Declaration
Objective-C
enum EMTransactionVerifyResponseValue : NSUInteger {}Swift
enum EMTransactionVerifyResponseValue : UInt, @unchecked Sendable
Enumerations Reference