AddFeatureCallback

Callback that returns the result of adding a feature to be monitored.

Parameters

result

The feature identifier string if the operation succeeds, or a GeofencingError otherwise.

Functions

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