Events
interface Events
Events feature — send location-based events to Advanta.
This feature allows the host app to send custom location-related events, such as geofence triggers (enter, dwell, exit) or other significant location updates. This data can be used for analytics, program tracking, and other backend processes.
Platform & threading
The function is
suspendand must be called from a coroutine.Errors surface as
Throwableand should be handled at call sites.