Class DeviceCVMEligibilityResult


  • public final class DeviceCVMEligibilityResult
    extends java.lang.Object
    This class holds the support results for Device keyguard and Biometric Fingerprint of the current device.
    • Method Detail

      • getBiometricsSupport

        public BiometricsSupport getBiometricsSupport()
        Checks the biometrics support of the device.
        Returns:
        BiometricsSupport enum indicating whether biometrics is supported or not.
      • getDeviceKeyguardSupport

        public DeviceKeyguardSupport getDeviceKeyguardSupport()
        Returns DeviceKeyguardSupport object for the current device. Contains whether devicekeyguard can be supported by the device or not.
        Returns:
        an enum that contains the check result. See the DeviceKeyguardSupport javadoc to see the checks performed.