AddObserverCallback

@MapboxExperimental
fun interface AddObserverCallback

Callback that returns the result of adding a geofence monitored features' observer.

param result No expectation if the operation succeeds, or a GeofencingError otherwise.

Functions

Link copied to clipboard
abstract fun run(result: Expected<GeofencingError, Unit>)