ContentResolver.NotifySyncToNetwork Field

Definition

Caution

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

Flag for #notifyChange(Uri, ContentObserver, int): attempt to sync the change to the network.

[Android.Runtime.Register("NOTIFY_SYNC_TO_NETWORK", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.", true)]
public const Android.Content.NotifyChangeFlags NotifySyncToNetwork = 1;
[<Android.Runtime.Register("NOTIFY_SYNC_TO_NETWORK", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.", true)>]
val mutable NotifySyncToNetwork : Android.Content.NotifyChangeFlags

Field Value

Value = 1
Attributes

Remarks

Flag for #notifyChange(Uri, ContentObserver, int): attempt to sync the change to the network.

Java documentation for android.content.ContentResolver.NOTIFY_SYNC_TO_NETWORK.

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