AmbientCacheClearingCallback

Callback invoked as a result of the TileStore clearAmbientCache() method call.

Parameters

result

An integer with how many bytes were cleared from the cache. Otherwise, a CacheClearingError describing the error.

Functions

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