GeofencesChangeEvent class

Event object provided to BackgroundGeolocation.onGeofencesChange.

Expresses a change in the list of actively monitored geofences by the native geofencing API.

Constructors

GeofencesChangeEvent(List on, List off)

Properties

hashCode → int
The hash code for this object.
no setterinherited
off ↔ List<String>
List of Geofence.identifier which stopped being monitored.
getter/setter pair
on ↔ List<Geofence>
List of Geofence which the plugin has just begun active-monitoring upon.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
String representation of GeofencesChangeEvent for print to logs.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited