GeofenceEventType enum
- Inheritance
- Available extensions
Values
- enter → const GeofenceEventType
-
const GeofenceEventType(1)
- exit → const GeofenceEventType
-
const GeofenceEventType(2)
- dwell → const GeofenceEventType
-
const GeofenceEventType(4)
- unKnown → const GeofenceEventType
-
const GeofenceEventType(-1)
Properties
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<
GeofenceEventType> - A constant List of the values in this enum, in order of their declaration.