Compartilhar via


JobInfo.TriggerContentUri.FlagNotifyForDescendants Campo

Definição

Cuidado

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

Sinalizador para gatilho: acione também se algum descendente do URI determinado for alterado.

[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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Sinalizador para gatilho: acione também se algum descendente do URI determinado for alterado. Corresponde ao <var>notifyForDescendants</var> de android.content.ContentResolver#registerContentObserver.

Documentação Java para android.app.job.JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a