Event¶
Supported event names emitted by the SDK.
Members¶
ActivityChange¶
Emitted when a motion-activity change is detected.
Authorization¶
Emitted when the plugin's authorization state changes.
Boot¶
Emitted when the plugin boots.
ConnectivityChange¶
Emitted when the device's network connectivity changes.
EnabledChange¶
Emitted when the plugin's enabled-state changes.
Geofence¶
Emitted when a geofence transition occurs.
GeofencesChange¶
Emitted when geofences are added/removed/activated/deactivated.
Heartbeat¶
Emitted at the configured Config.heartbeatInterval when the plugin is running.
Http¶
Emitted when an HTTP request is sent to the configured Config.http.url endpoint.
Location¶
Emitted when a location is recorded.
MotionChange¶
Emitted when a motion-change is detected.
Notification¶
Emitted when a user interacts with a plugin-generated notification.
PowerSaveChange¶
Emitted when the device enters or exits power-saving mode.
ProviderChange¶
Emitted when the device location-provider changes state.
Schedule¶
Emitted when a configured schedule is triggered.
Terminate¶
Emitted when the plugin is terminated.