Added in API level 14

FullBackupDataOutput

public class FullBackupDataOutput
extends Object

java.lang.Object
   ↳ 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

long getQuota()

Returns the quota in bytes for the application's current backup operation.

int getTransportFlags()

Returns flags with additional information about the backup transport.

Inherited methods

Public methods

getQuota

Added in API level 26
public long getQuota ()

Returns the quota in bytes for the application's current backup operation. The value can vary for each operation.

Returns
long

getTransportFlags

Added in API level 28
public int getTransportFlags ()

Returns flags with additional information about the backup transport. For supported flags see BackupAgent

Returns
int