stop
Call this method when the GeoTriggering feature is no longer required. It will instruct the SDK to stop registering entry and exit events, and updating zones.
Since
18.0.0
Parameters
geo Triggering Status Listener
(Mandatory) GeoTriggeringStatusListener to provide stop geo triggering completion callback if GeoTriggering stopped successfully.
Deprecated
We are replacing this method with stop(geoTriggeringStatusListener)
Replace with
GeoTriggeringService.stop(geoTriggeringStatusListener)Content copied to clipboard
Call this method when the GeoTriggering feature is no longer required. It will instruct the SDK to stop registering entry and exit events, and updating zones.
Since
15.3.0
Parameters
geo Triggering Status Listener
(Mandatory) GeoTriggeringStatusListener to provide stop geo triggering completion callback if GeoTriggering stopped successfully.