react-native-background-geolocation@5.0.0-beta.1
    Preparing search index...

    Variable GeofenceActionConst

    GeofenceAction: { Enter: "ENTER"; Exit: "EXIT"; Dwell: "DWELL" } = ...

    Geofence transition actions emitted by the SDK

    Used with GeofenceEvent from BackgroundGeolocation.onGeofence.

    Action Meaning
    ENTER Device entered the geofence
    EXIT Device exited the geofence
    DWELL Device dwelled inside

    Type Declaration

    • ReadonlyEnter: "ENTER"
    • ReadonlyExit: "EXIT"
    • ReadonlyDwell: "DWELL"