GeofencingUtilsUserConsentResponseCallback

Callback invoked as a result of the GeofencingUtils setOptOut() method call.

param result An optional result which contains string describing an error if the operation was not successful, empty otherwise.

Functions

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