Language

CompanionDeviceManager.FlagTaskContinuity Field

Definition

Caution

This constant will be removed in the future version. Use Android.Companion.SystemDataSyncFlags enum directly instead of this field.

Used by #enableSystemDataSyncForTypes(int, int)}.

[Android.Runtime.Register("FLAG_TASK_CONTINUITY", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Companion.SystemDataSyncFlags enum directly instead of this field.", true)]
public const Android.Companion.SystemDataSyncFlags FlagTaskContinuity = 2;
[<Android.Runtime.Register("FLAG_TASK_CONTINUITY", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Companion.SystemDataSyncFlags enum directly instead of this field.", true)>]
val mutable FlagTaskContinuity : Android.Companion.SystemDataSyncFlags

Field Value

Value = 2
Attributes

Remarks

Used by enableSystemDataSyncForTypes(int, int)}. Synchronize task continuity data like open tasks, and enable this transport for Handoff. Disabled by default.

Android reference for android.companion.CompanionDeviceManager.FLAG_TASK_CONTINUITY.

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