FlutterACPPlacesMonitor class

Adobe Experience Platform Places Monitor API.

Constructors

FlutterACPPlacesMonitor()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
A string representation of this object.
inherited

Operators

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

Static Properties

extensionVersion Future<String>
Gets the current Places Monitor extension version.
no setter

Static Methods

setPlacesMonitorMode(FlutterACPPlacesMonitorModes mode) Future<void>
setRequestLocationPermission(FlutterACPPlacesMonitorLocationPermission permission) Future<void>
start() Future<void>
Start tracking the device's location and monitoring corresponding nearby POI's
stop(bool clearData) Future<void>
Stop tracking the device's location and nearby POI's.
updateLocation() Future<void>