TrackingProfile enum

The enum TrackingProfile defines a set of possible values for the geofencing tracking profile. It represents the different tracking modes supported by the plugin.

Inheritance
Available extensions

Values

liveTracking → const TrackingProfile

In the TrackingProfile enum, liveTracking represents a mode where location is tracked in real time.

passiveTracking → const TrackingProfile

passiveTracking represents a mode where location is tracked passively to save battery.

visitsTracking → const TrackingProfile

visitsTracking represents a mode optimized for detecting place visits.

beaconTracking → const TrackingProfile

beaconTracking represents a mode for tracking based on beacons.

optimalPassiveTracking → const TrackingProfile

optimalPassiveTracking represents a mode combining battery optimization and tracking accuracy.

invalid → const TrackingProfile

invalid represents an invalid or unrecognized tracking profile.

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
Converts the enum value into its corresponding string representation.
override

Operators

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

Constants

values → const List<TrackingProfile>
A constant List of the values in this enum, in order of their declaration.