Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMEligibilityChecker
java.lang.Object
com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMEligibilityChecker
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceCVMEligibilityResultcheckDeviceEligibility(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.
-
Constructor Details
-
DeviceCVMEligibilityChecker
public DeviceCVMEligibilityChecker()
-
-
Method Details
-
checkDeviceEligibility
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
DeviceCVMEligibilityResultin the Javadoc. to see the checks performed.
-