stop

fun stop(geoTriggeringStatusListener: GeoTriggeringStatusListener)

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

geoTriggeringStatusListener

(Mandatory) GeoTriggeringStatusListener to provide stop geo triggering completion callback if GeoTriggering stopped successfully.


fun stop(context: Context, geoTriggeringStatusListener: GeoTriggeringStatusListener)

Deprecated

We are replacing this method with stop(geoTriggeringStatusListener)

Replace with

GeoTriggeringService.stop(geoTriggeringStatusListener)

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

geoTriggeringStatusListener

(Mandatory) GeoTriggeringStatusListener to provide stop geo triggering completion callback if GeoTriggering stopped successfully.