OfflineRegionUpdateMetadataCallback

This callback receives an asynchronous response containing the newly update OfflineMetadata 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 onUpdate(metadata: ByteArray)

Receives the newly update offline region metadata.