LABiometryType 枚举

定义

枚举支持的生物识别身份验证类型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum LABiometryType
type LABiometryType = 
继承
LABiometryType
属性

字段

FaceId 2
None 0

指示不支持生物识别身份验证。

TouchId 1

指示支持触控 ID。

TypeFaceId 2

指示人脸 ID 受支持。

适用于