mergeOfflineDatabase

Merge offline regions from a secondary database into the main offline database.

Parameters

callback

Invoked upon success and failure. This callback is invoked on the database thread and the user is responsible for dispatching to an appropriate thread before passing it along.

filePath

The file path to the secondary database.

open fun mergeOfflineDatabase(filePath: String, callback: OfflineDatabaseMergeCallback)