on Zone Exit Event
abstract fun onZoneExitEvent(exitEvent: GeoTriggerEvent, context: Context)
Content copied to clipboard
This method is invoked when the SDK registers an exit event. An exit event can be triggered if the geo-feature is configured to trigger on exit.
The option to enable exit events can be found under project and zone configuration on Canvas.
An exit event is a pending event and might occur hours later after an entry event. Currently there is timeout for an exit of 24 hours. If an exit wasn't triggered by that time, an automatic exit event will be registered.
Parameters
exit Event
Provides details of the exit event.