BackupAgent
FlagClientSideEncryptionEnabled
FlagDeviceToDeviceTransfer
TypeDirectory
TypeFile
BackupAgent()
BackupAgent(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
FullBackupFile(File, FullBackupDataOutput)
FullBackupFileAsync(File, FullBackupDataOutput)
OnBackup(ParcelFileDescriptor, BackupDataOutput, ParcelFileDescriptor)
OnCreate()
OnDestroy()
OnFullBackup(FullBackupDataOutput)
OnQuotaExceeded(Int64, Int64)
OnRestore(BackupDataInput, Int32, ParcelFileDescriptor)
OnRestore(BackupDataInput, Int64, ParcelFileDescriptor)
OnRestoreFile(ParcelFileDescriptor, Int64, File, BackupFileType, Int64, Int64)
OnRestoreFinished()
monoandroid
namespace Android.App.Backup
{
[Register("android/app/backup/BackupAgent", DoNotGenerateAcw = true)]
public abstract class BackupAgent : ContextWrapper
{
[Obsolete("This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.", true)]
[Register("FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED", ApiSince = 28)]
public const BackupTransportFlags FlagClientSideEncryptionEnabled = BackupTransportFlags.ClientSideEncryptionEnabled;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API