AssociationInfo.SystemDataSyncFlags Property

Definition

public Android.Companion.SystemDataSyncFlags SystemDataSyncFlags { [Android.Runtime.Register("getSystemDataSyncFlags", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getSystemDataSyncFlags", "()I", "", ApiSince=34)>]
member this.SystemDataSyncFlags : Android.Companion.SystemDataSyncFlags

Property Value

Enabled system data sync flags set via CompanionDeviceManager#enableSystemDataSync(int, int) and CompanionDeviceManager#disableSystemDataSync(int, int). Or by default all flags are 1 (enabled).

Attributes

Remarks

Java documentation for android.companion.AssociationInfo.getSystemDataSyncFlags().

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