Поделиться через


JobService.JobEndNotificationPolicyRemove Поле

Определение

Внимание!

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

Отмена и удаление уведомления, предоставленного #setNotification(JobParameters, int, Notification, int) при завершении задания.

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

Значение поля

Value = 1
Атрибуты

Комментарии

Отмена и удаление уведомления, предоставленного #setNotification(JobParameters, int, Notification, int) при завершении задания. Уведомление будет удалено из оттенка уведомлений.

Документация по Java для android.app.job.JobService.JOB_END_NOTIFICATION_POLICY_REMOVE.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к