GenuinePresenceAssuranceUiOptions class

Options relating to the appearance of the iProov user interface for GPA claims.

Constructors

GenuinePresenceAssuranceUiOptions({bool? autoStartDisabled, Color? notReadyTintColor, Color? readyTintColor, Color? progressBarColor, Color? readyFloatingPromptBackgroundColor, Color? notReadyFloatingPromptBackgroundColor, Color? readyOverlayStrokeColor, Color? notReadyOverlayStrokeColor})
const

Properties

autoStartDisabled bool?
Whether auto-start should be disabled. When disabled, the user must tap the screen to start the scan.
final
hashCode int
The hash code for this object.
no setterinherited
notReadyFloatingPromptBackgroundColor Color?
The Color to use for the background of the floating prompt (when enabled) and the scan is not ready to start.
final
notReadyOverlayStrokeColor Color?
The Color to use for the oval and reticle stroke lines when the scan is not ready to start.
final
notReadyTintColor Color?
The Color to use for the overlay tint when the scan is not ready to start.
final
progressBarColor Color?
The Color to use for the progress bar (only applies when autoStartDisabled is false).
final
readyFloatingPromptBackgroundColor Color?
The Color to use for the background of the floating prompt (when enabled) and the scan is ready to start.
final
readyOverlayStrokeColor Color?
The Color to use for the oval and reticle stroke lines when the scan is ready to start.
final
readyTintColor Color?
The Color to use for the overlay tint when the scan is ready to start.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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