BackupManagerImpl

actual class BackupManagerImpl(val config: BackupConfig, val autoBackupConfig: AutoBackupConfig?)
expect class BackupManagerImpl(config: BackupConfig, autoBackupConfig: AutoBackupConfig? = null)
actual class BackupManagerImpl(config: BackupConfig, autoBackupConfig: AutoBackupConfig?)
actual class BackupManagerImpl(val config: BackupConfig, val autoBackupConfig: AutoBackupConfig?)

Constructors

Link copied to clipboard
actual constructor(config: BackupConfig, autoBackupConfig: AutoBackupConfig?)
expect constructor(config: BackupConfig, autoBackupConfig: AutoBackupConfig? = null)
actual constructor(config: BackupConfig, autoBackupConfig: AutoBackupConfig?)
actual constructor(config: BackupConfig, autoBackupConfig: AutoBackupConfig?)

Properties

Link copied to clipboard
Link copied to clipboard
actual val config: BackupConfig
expect val config: BackupConfig
actual val config: BackupConfig
actual val config: BackupConfig

Functions

Link copied to clipboard
actual suspend fun backup(files: List<JavaZipFileContent>, backupFile: PlatformFile): Throwable?
expect suspend fun backup(files: List<ZipFileContent>, backupFile: PlatformFile): Throwable?
actual suspend fun backup(files: List<ZipFileContent>, backupFile: PlatformFile): Throwable?
actual suspend fun backup(files: List<JavaZipFileContent>, backupFile: PlatformFile): Throwable?
Link copied to clipboard
actual suspend fun getAutoBackupFileName(): String
expect suspend fun getAutoBackupFileName(): String
actual suspend fun getAutoBackupFileName(): String
actual suspend fun getAutoBackupFileName(): String
Link copied to clipboard
actual fun onBackupRestored()
expect fun onBackupRestored()
actual fun onBackupRestored()
actual fun onBackupRestored()
Link copied to clipboard
Link copied to clipboard
actual fun onSettingsChanged()
expect fun onSettingsChanged()
actual fun onSettingsChanged()
actual fun onSettingsChanged()
Link copied to clipboard
actual suspend fun restore(files: List<JavaZipFileContent>, backupFile: PlatformFile): Throwable?
expect suspend fun restore(files: List<ZipFileContent>, backupFile: PlatformFile): Throwable?
actual suspend fun restore(files: List<ZipFileContent>, backupFile: PlatformFile): Throwable?
actual suspend fun restore(files: List<JavaZipFileContent>, backupFile: PlatformFile): Throwable?