GetOfflineRegionCallback

This callback receives an asynchronous response containing the OfflineRegion in the database or an error message otherwise.

Functions

Link copied to clipboard
abstract fun onError(error: String)

Receives the error message.

Link copied to clipboard
abstract fun onRegion(offlineRegion: OfflineRegion)

Receives the offline region.

Link copied to clipboard
abstract fun onRegionNotFound()

Receives notice if the requested regionId is not in the database