Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMEligibilityResult
java.lang.Object
com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMEligibilityResult
This class holds the support results for device keyguard and biometric fingerprint of the current device.
-
Method Summary
Modifier and TypeMethodDescriptionChecks the biometrics support of the device.Returns the DeviceKeyguardSupport object of the current device.
-
Method Details
-
getBiometricsSupport
Checks the biometrics support of the device.- Returns:
BiometricsSupportenum indicating whether biometrics are supported.
-
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
DeviceKeyguardSupportin the Javadoc to see the checks performed.
-