OnlineConfig class

The configuration of online mode. Several parameters to customize the session.

Constructors

OnlineConfig.new({CISType? cisType, bool? isReferenceDocument, String? folderUid, bool? biometricConsent, bool? enableManualAnalysis, bool? cisDocCheckLaunch})
Constructor.

Properties

biometricConsent bool?
True to enable the consent for biometric.
getter/setter pair
cisDocCheckLaunch bool?
True to enable the check document.
getter/setter pair
cisType CISType?
Type of cis document.
getter/setter pair
enableManualAnalysis bool?
True to enable the manual analysis.
getter/setter pair
folderUid String?
Optional folder uid if already created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isReferenceDocument bool?
True if its a reference document.
getter/setter pair
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>
Create a json from these properties.
toString() String
A string representation of this object.
inherited

Operators

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