InitializedResult class

Represents the result of the SeeSo gaze tracker initialization.

The result field indicates whether the initialization was successful.

The message field provides additional information in case of failure. In case of a successful initialization, message will be "ERROR_NONE."

Use this class to obtain the result of the initialization process after calling initGazeTracker.

Constructors

InitializedResult(Map resultMap)
Creates an instance of InitializedResult by parsing a result map.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Provides additional information in case of failure.
getter/setter pair
result bool
Indicates whether the initialization was successful.
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
toString() String
A string representation of this object.
inherited

Operators

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