Skip to content

PersistMode

enumPersistMode: Enum<PersistMode>

Persistence modes for BackgroundGeolocation SDK. Mirrors Flutter's PersistMode enum.


Members

ALL

val ALL:PersistMode

Persist both location and geofence data.

GEOFENCE

val GEOFENCE:PersistMode

Persist geofence data only.

LOCATION

val LOCATION:PersistMode

Persist location data only.

NONE

val NONE:PersistMode

Do not persist any data.