Class DeviceCVMEligibilityResult

java.lang.Object
com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMEligibilityResult

public final class DeviceCVMEligibilityResult extends Object
This class holds the support results for device keyguard and biometric fingerprint of the current device.
  • Method Details

    • getBiometricsSupport

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

      public DeviceKeyguardSupport getDeviceKeyguardSupport()
      Returns the DeviceKeyguardSupport object of the current device. The result will show whether the device keyguard can be supported by the device.
      Returns:
      An enum that contains the check result. See the DeviceKeyguardSupport in the Javadoc to see the checks performed.