Options class
Set options for the iProov SDK.
Most of these options are common to both Android and iOS, however, some are platform-specific.
All options are nullable and any options not set will default to their platform-defined default value.
Constructors
- Options.new({UiOptions? ui, NetworkOptions? network, CaptureOptions? capture})
-
const
Properties
- capture → CaptureOptions?
-
Capture options
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- network → NetworkOptions?
-
Network options
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ui → UiOptions?
-
UI options
final
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