Uses of Class
com.onfido.model.DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum
-
Packages that use DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum Package Description com.onfido.model -
-
Uses of DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum in com.onfido.model
Methods in com.onfido.model that return DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum Modifier and Type Method Description static DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum. fromValue(String value)DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice. getBiometricCapture()Whether the biometric media were live captured from the device camera.DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum[]DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum Modifier and Type Method Description DeviceIntelligenceBreakdownPropertiesDeviceDeviceIntelligenceBreakdownPropertiesDevice. biometricCapture(DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum biometricCapture)voidDeviceIntelligenceBreakdownPropertiesDevice. setBiometricCapture(DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum biometricCapture)voidDeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeviceIntelligenceBreakdownPropertiesDevice.BiometricCaptureEnum enumeration)
-