MPBackupImporter
Entity able to parse backed-up data and returns digestible data in BackupData format.
Samples
samples.backup.BackupSample.commonImportEntity able to parse backed-up data and returns digestible data in BackupData format.
Samples
samples.backup.BackupSamplesJs.peekBackupsamples.backup.BackupSamples.commonImportEntity able to parse backed-up data and returns digestible data in BackupData format.
Samples
samples.backup.BackupSamples.commonImportsamples.backup.BackupSamplesNonJS.peekBackupConstructors
Functions
Provides a sink to store the unencrypted data. Be the archive encrypted or not, the data will be moved to this sink until unzipAllEntries is used.
Provides a sink to store the unencrypted data. Be the archive encrypted or not, the data will be moved to this sink until unzipAllEntries is used.
Decrypt (if needed) and unzip the backup artifact. The resulting BackupImportResult.Success contains a BackupImportPager, that can be used to consume pages of backed up application data, like messages, users and conversations.
Decrypt (if needed) and unzip the backup artifact. The resulting BackupImportResult.Success contains a BackupImportPager, that can be used to consume pages of backed up application data, like messages, users and conversations.
Imports a backup from the specified root path.
Peeks into a backup artifact, returning information about it.
Peeks into a backup artifact, returning information about it.
Peeks into the specified backup file and retrieves metadata about it.
Unzips all entries in the zip archive stored in the sink returned by getUnencryptedArchiveSink.
Unzips all entries in the zip archive stored in the sink returned by getUnencryptedArchiveSink.