EMSystemBiometricType
Objective-C
enum EMSystemBiometricType : NSUInteger {}
Swift
enum EMSystemBiometricType : UInt, @unchecked Sendable
The System Biometric type.
Since
5.3-
Not enrolled or Not Supported
Declaration
Objective-C
EMSystemBiometricTypeNotSupportSwift
case notSupport = 0 -
System bio fingerprint
Declaration
Objective-C
EMSystemBiometricTypeFingerprintSwift
case fingerprint = 1 -
System Face
Declaration
Objective-C
EMSystemBiometricTypeFaceSwift
case face = 2
EMSystemBiometricType Enumeration Reference