MotionTagEventType enum
Values
- started → const MotionTagEventType
-
Informs the application that tracking has been started.
const MotionTagEventType('STARTED') - stopped → const MotionTagEventType
-
Informs the application that tracking has been stopped.
const MotionTagEventType('STOPPED') - location → const MotionTagEventType
-
Hands the latest captured device location to the application.
const MotionTagEventType('LOCATION') - transmissionSuccess → const MotionTagEventType
-
Informs when a package of events has been successfully sent to the server.
const MotionTagEventType('TRANSMISSION_SUCCESS') - transmissionError → const MotionTagEventType
-
Informs when a package of events failed to be transmitted to the server.
const MotionTagEventType('TRANSMISSION_ERROR')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- 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
Static Methods
-
getById(
String id) → MotionTagEventType?
Constants
-
values
→ const List<
MotionTagEventType> - A constant List of the values in this enum, in order of their declaration.