Class LABiometryType


  • public final class LABiometryType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      The device does not support biometry.
      static long TypeFaceID
      The device supports Face ID.
      static long TypeNone
      The device does not support biometry.
      static long TypeTouchID
      The device supports Touch ID.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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