AndroidSettings class

Constructors

AndroidSettings({SensorSettingsAndroid? sensorSettings, List<CaptureStage>? captureStages, int? compressQuality, AndroidCameraResolution? cameraResolution, SecuritySettings? securitySettings, String? customStyle, FeedbackColorsAndroid? feedbackColors})

Properties

cameraResolution AndroidCameraResolution?
Set document capture resolution. The options are fullHd, quadHd and ultraHd. By default resolution is fullHd.
getter/setter pair
captureStages List<CaptureStage>?
CaptureStage is a feature that determines the level of document capture requirements. As soon as the document capture flow starts, a timer is activated. During the defined time, the configurations specified in each of the configured stages are applied. It is possible to define a list of CaptureStages to gradually ease the document capture requirements over time. This feature exists due to the diversity of camera hardware in Android devices, preventing the user from getting stuck in the document capture flow during their onboarding.
getter/setter pair
compressQuality int?
Set the quality in the compression process. By default, all captures go through compression.
getter/setter pair
customStyle String?
Define your custom app style to change the primary color of the SDK.
getter/setter pair
feedbackColors FeedbackColorsAndroid?
Customize the UI feedback colors to be displayed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securitySettings SecuritySettings?
The SDK has some blocks that may prevent its execution in certain contexts. To configure them, you can use this configuration set.
getter/setter pair
sensorSettings SensorSettingsAndroid?
Configure the ambient luminosity, device orientation, and stability sensor parameters to ensure the document is captured in optimal conditions.
getter/setter pair

Methods

asMap() Map
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited