PassiveFaceLivenessAndroidSettings constructor
PassiveFaceLivenessAndroidSettings({
- PassiveFaceLivenessCustomizationAndroid? customization,
- SensorSettingsAndroid? sensorSettings,
- int? showButtonTime,
- bool? enableSwitchCameraButton,
- bool? enableGoogleServices,
- bool? emulatorSettings,
- bool? rootSettings,
- bool? enableBrightnessIncrease,
- bool? useDeveloperMode,
- bool? useAdb,
- bool? useDebug,
Implementation
PassiveFaceLivenessAndroidSettings(
{this.customization,
this.sensorSettings,
this.showButtonTime,
this.enableSwitchCameraButton,
this.enableGoogleServices,
this.emulatorSettings,
this.rootSettings,
this.enableBrightnessIncrease,
this.useDeveloperMode,
this.useAdb,
this.useDebug});