ConfigureCallback

@MapboxExperimental
fun interface ConfigureCallback

Callback that provides the result of a request to configure the Geofencing API object.

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

Functions

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