ClearFeaturesCallback

@MapboxExperimental
fun interface ClearFeaturesCallback

Callback that returns the result of clearing all monitored features.

param result The amount of cleared monitored features if the operation succeeds, or a GeofencingError otherwise.

Functions

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