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

    Interface GeofencesChangeEvent

    interface GeofencesChangeEvent {
        on: Geofence[];
        off: string[];
    }
    Index

    Properties

    Properties

    on: Geofence[]

    Geofences that have just been activated.

    off: string[]

    Identifiers of geofences that have just been de-activated (or removed).