JobService.JobEndNotificationPolicyRemove Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This constant will be removed in the future version. Use Android.App.Job.JobEndNotificationPolicy enum directly instead of this field.
Cancele e remova a notificação fornecida quando #setNotification(JobParameters, int, Notification, int)
o trabalho terminar.
[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
Valor do campo
Value = 1- Atributos
Comentários
Cancele e remova a notificação fornecida quando #setNotification(JobParameters, int, Notification, int)
o trabalho terminar. A notificação será removida da sombra de notificação.
Documentação Java para android.app.job.JobService.JOB_END_NOTIFICATION_POLICY_REMOVE
.
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.