DatabaseImporterImpl

internal class DatabaseImporterImpl(    localDatabase: UserDatabaseBuilder,     importContentQueries: ImportContentQueries,     isDataEncrypted: Boolean,     platformDatabaseData: PlatformDatabaseData) : DatabaseImporter

Constructors

Link copied to clipboard
internal constructor(    localDatabase: UserDatabaseBuilder,     importContentQueries: ImportContentQueries,     isDataEncrypted: Boolean,     platformDatabaseData: PlatformDatabaseData)

Functions

Link copied to clipboard
open suspend override fun importFromFile(filePath: String, fromOtherClient: Boolean)