JobInfo.TriggerContentUri.FlagNotifyForDescendants Field

Definition

Caution

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

Flag for trigger: also trigger if any descendants of the given URI change.

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

Field Value

Value = 1

Implements

Attributes

Remarks

Flag for trigger: also trigger if any descendants of the given URI change. Corresponds to the <var>notifyForDescendants</var> of android.content.ContentResolver#registerContentObserver.

Java documentation for android.app.job.JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS.

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