Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMEligibilityChecker
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMEligibilityChecker
-
public final class DeviceCVMEligibilityChecker extends java.lang.Object
This is responsible for checking if the Device Keyguard and Biometric Fingerprint is supported by the current device and whether everything is in place in the device to use them as a CD-CVM method.
-
-
Constructor Summary
Constructors Constructor Description DeviceCVMEligibilityChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeviceCVMEligibilityResult
checkDeviceEligibility(android.content.Context context)
A utility to check if the Device keyguard , BiometricFingerprint can be supported as a CD-CVM methods for the current Device.
-
-
-
Method Detail
-
checkDeviceEligibility
public static DeviceCVMEligibilityResult checkDeviceEligibility(android.content.Context context)
A utility to check if the Device keyguard , BiometricFingerprint can be supported as a CD-CVM methods for the current Device.- Returns:
- an enum that contains the check result. See the
DeviceCVMEligibilityResult
javadoc to see the checks performed.
-
-