VerIDSessionSettings class

Base class for Ver-ID session settings

Implementers

Constructors

VerIDSessionSettings()

Properties

expiryTime num
Time it will take for the session to expire (in seconds)
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
numberOfResultsToCollect num
The number of detected faces and images the session must collect before finishing
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
showResult bool
Set to true to display the result of the session to the user
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
to JSON mapper for string conversion
toString() String
A string representation of this object. [...]
inherited

Operators

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