FullBackupDataOutput
open class FullBackupDataOutput
kotlin.Any | |
↳ | android.app.backup.FullBackupDataOutput |
Provides the interface through which a BackupAgent
writes entire files to a full backup data set, via its BackupAgent#onFullBackup(FullBackupDataOutput)
method.
Summary
Public methods | |
---|---|
open Long |
getQuota() Returns the quota in bytes for the application's current backup operation. |
open Int |
Returns flags with additional information about the backup transport. |
Public methods
getQuota
open fun getQuota(): Long
Returns the quota in bytes for the application's current backup operation. The value can vary for each operation.
getTransportFlags
open fun getTransportFlags(): Int
Returns flags with additional information about the backup transport. For supported flags see android.app.backup.BackupAgent