MergeOfflineRegionsCallback

This callback receives an asynchronous response containing a list of all OfflineRegion added to the database during the merge.

Functions

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

Receives the error message.

Link copied to clipboard
abstract fun onMerge(offlineRegions: Array<OfflineRegion>?)

Receives the list of merged offline regions.