Package com.gemalto.mfs.mwsdk.cdcvm
Class DeviceCVMEligibilityResult
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.cdcvm.DeviceCVMEligibilityResult
-
public final class DeviceCVMEligibilityResult extends java.lang.ObjectThis 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 BiometricsSupportgetBiometricsSupport()Checks the biometrics support of the device.DeviceKeyguardSupportgetDeviceKeyguardSupport()Returns DeviceKeyguardSupport object for the current device.
-
-
-
Method Detail
-
getBiometricsSupport
public BiometricsSupport getBiometricsSupport()
Checks the biometrics support of the device.- Returns:
BiometricsSupportenum 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
DeviceKeyguardSupportjavadoc to see the checks performed.
-
-