Language

BackupAgent.FlagCrossPlatformDataTransferIos Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.

Transport flag indicating that the transport is used for a cross-platform transfer to or from iOS.

[Android.Runtime.Register("FLAG_CROSS_PLATFORM_DATA_TRANSFER_IOS", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.", true)]
public const Android.App.Backup.BackupTransportFlags FlagCrossPlatformDataTransferIos = 8;
[<Android.Runtime.Register("FLAG_CROSS_PLATFORM_DATA_TRANSFER_IOS", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Backup.BackupTransportFlags enum directly instead of this field.", true)>]
val mutable FlagCrossPlatformDataTransferIos : Android.App.Backup.BackupTransportFlags

Field Value

Value = 8
Attributes

Remarks

Transport flag indicating that the transport is used for a cross-platform transfer to or from iOS. The user's backup data is sent directly to another device over e.g. USB or WiFi.

Java documentation for android.app.backup.BackupAgent.FLAG_CROSS_PLATFORM_DATA_TRANSFER_IOS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to