Package apple.localauthentication.enums
Class LABiometryType
- java.lang.Object
-
- apple.localauthentication.enums.LABiometryType
-
public final class LABiometryType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNoneThe device does not support biometry.static longTypeFaceIDThe device supports Face ID.static longTypeNoneThe device does not support biometry.static longTypeTouchIDThe device supports Touch ID.
-
-
-
Field Detail
-
None
public static final long None
The device does not support biometry.- See Also:
- Constant Field Values
-
TypeTouchID
public static final long TypeTouchID
The device supports Touch ID.- See Also:
- Constant Field Values
-
TypeFaceID
public static final long TypeFaceID
The device supports Face ID.- See Also:
- Constant Field Values
-
TypeNone
public static final long TypeNone
The device does not support biometry.- See Also:
- Constant Field Values
-
-