react-native-background-geolocation
Version:
The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence
18 lines (16 loc) • 791 B
JavaScript
export const BOOT = "boot";
export const TERMINATE = "terminate";
export const LOCATION = "location";
export const HTTP = "http";
export const MOTIONCHANGE = "motionchange";
export const PROVIDERCHANGE = "providerchange";
export const HEARTBEAT = "heartbeat";
export const ACTIVITYCHANGE = "activitychange";
export const GEOFENCE = "geofence";
export const GEOFENCESCHANGE = "geofenceschange";
export const SCHEDULE = "schedule";
export const CONNECTIVITYCHANGE = "connectivitychange";
export const ENABLEDCHANGE = "enabledchange";
export const POWERSAVECHANGE = "powersavechange";
export const NOTIFICATIONACTION = "notificationaction";
export const AUTHORIZATION = "authorization";