Class DeviceCVMEligibilityChecker

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

public final class DeviceCVMEligibilityChecker extends Object
To check if the device keyguard and biometric fingerprint are supported by the current device and that everything is in place in the device to use them as a CDCVM method.
  • Constructor Details

    • DeviceCVMEligibilityChecker

      public DeviceCVMEligibilityChecker()
  • Method Details

    • checkDeviceEligibility

      public static DeviceCVMEligibilityResult checkDeviceEligibility(android.content.Context context)
      A utility to check if the device keyguard and biometric fingerprint can be supported as a CDCVM method for the current device.
      Returns:
      An enum that contains the check result. See the DeviceCVMEligibilityResult in the Javadoc. to see the checks performed.