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()
net9.0-android34.0
namespace Android.App.Backup
{
[Register("android/app/backup/BackupAgent", DoNotGenerateAcw = true)]
public abstract class BackupAgent : ContextWrapper
{
[Register("onRestoreFile", "(Landroid/os/ParcelFileDescriptor;JLjava/io/File;IJJ)V", "GetOnRestoreFile_Landroid_os_ParcelFileDescriptor_JLjava_io_File_IJJHandler")]
public virtual void OnRestoreFile(ParcelFileDescriptor? data, long size, File? destination, [GeneratedEnum] BackupFileType type, long mode, long mtime);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API