Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMEligibilityResult
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMEligibilityResult
-
public final class DeviceCVMEligibilityResult extends java.lang.Object
This class holds the support results for Device keyguard and Biometric Fingerprint of the current device.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiometricsSupport
getBiometricsSupport()
Checks the biometrics support of the device.DeviceKeyguardSupport
getDeviceKeyguardSupport()
Returns DeviceKeyguardSupport object for the current device.
-
-
-
Method Detail
-
getBiometricsSupport
public BiometricsSupport getBiometricsSupport()
Checks the biometrics support of the device.- Returns:
BiometricsSupport
enum indicating whether biometrics is supported or not.
-
getDeviceKeyguardSupport
public DeviceKeyguardSupport getDeviceKeyguardSupport()
Returns DeviceKeyguardSupport object for the current device. Contains whether devicekeyguard can be supported by the device or not.- Returns:
- an enum that contains the check result. See the
DeviceKeyguardSupport
javadoc to see the checks performed.
-
-