SeeSoPluginMethod enum
Values
- INIT_GAZE_TRACKER → const SeeSoPluginMethod
- DEINIT_GAZE_TRACKER → const SeeSoPluginMethod
- GET_SEESO_VERSION → const SeeSoPluginMethod
- START_TRACKING → const SeeSoPluginMethod
- STOP_TRACKING → const SeeSoPluginMethod
- IS_TRACKING → const SeeSoPluginMethod
- IS_DEVICE_FOUND → const SeeSoPluginMethod
- ADD_CAMERA_POSITION → const SeeSoPluginMethod
- GET_CAMERA_POSITION → const SeeSoPluginMethod
- GET_CAMERA_POSITION_LIST → const SeeSoPluginMethod
- SELECT_CAMERA_POSITION → const SeeSoPluginMethod
- SET_TRACKING_FPS → const SeeSoPluginMethod
- START_CALIBRATION → const SeeSoPluginMethod
- STOP_CALIBRATION → const SeeSoPluginMethod
- IS_CALIBRATING → const SeeSoPluginMethod
- START_COLLECT_SAMPLES → const SeeSoPluginMethod
- SET_CALIBRATION_DATA → const SeeSoPluginMethod
- SET_ATTENTION_INTERVAL → const SeeSoPluginMethod
- GET_ATTENTION_SCORE → const SeeSoPluginMethod
- SET_ATTENTION_REGION → const SeeSoPluginMethod
- GET_ATTENTION_REGION → const SeeSoPluginMethod
- REMOVE_ATTENTION_REGION → const SeeSoPluginMethod
- SET_FORCED_ORIENTATION → const SeeSoPluginMethod
- RESET_FORCED_ORIENTATION → const SeeSoPluginMethod
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
values
→ const List<
SeeSoPluginMethod> - A constant List of the values in this enum, in order of their declaration.