GeofencingObserver

Geofencing observer for monitoring entry/dwell/exit from features as well as errors.

Functions

Link copied to clipboard
abstract fun onDwell(@NonNull event: GeofencingEvent)
User dwells a monitored feature.
Link copied to clipboard
abstract fun onEntry(@NonNull event: GeofencingEvent)
User enters a monitored feature.
Link copied to clipboard
abstract fun onError(@NonNull error: GeofencingError)
Called when an error occurs.
Link copied to clipboard
abstract fun onExit(@NonNull event: GeofencingEvent)
User exits a monitored feature.
Link copied to clipboard
abstract fun onUserConsentChanged(isConsentGiven: Boolean)
Called when the end user consent for Geonfencing changes.