InitializedResult class
Represents the result of the Eyedid GazeTracker initialization.
- result indicates whether the initialization was successful.
- message provides additional information in case of failure. If initialization is successful, 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 InitializedResult by parsing a result map.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String
-
Additional information in case of failure.
getter/setter pair
- result ↔ bool
-
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
Constants
- gazeTrackerAlreadyInitialized → const String
- isAlreadyAttempting → const String
- missingKeys → const String