JobService.JobEndNotificationPolicyRemove Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.App.Job.JobEndNotificationPolicy enum directly instead of this field.
Abbrechen und Entfernen der Benachrichtigung, die angegeben #setNotification(JobParameters, int, Notification, int)
wird, wenn der Auftrag endet.
[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
Feldwert
Value = 1- Attribute
Hinweise
Abbrechen und Entfernen der Benachrichtigung, die angegeben #setNotification(JobParameters, int, Notification, int)
wird, wenn der Auftrag endet. Die Benachrichtigung wird aus dem Benachrichtigungsschattierung entfernt.
Java-Dokumentation für android.app.job.JobService.JOB_END_NOTIFICATION_POLICY_REMOVE
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.