PersistMode¶
Persistence modes for BackgroundGeolocation SDK.
Mirrors Flutter's PersistMode enum.
Members¶
All¶
PersistMode.all
Persist both location and geofence data.
Geofence¶
PersistMode.geofence
Persist geofence data only.
Location¶
PersistMode.location
Persist location data only.
None¶
PersistMode.none
Do not persist any data.