DownloadManager.Request.VisibilityVisibleNotifyCompleted 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.DownloadVisibility enum directly instead of this field.
Dieser Download ist sichtbar und wird in den Benachrichtigungen angezeigt, während sie in Bearbeitung und nach Abschluss sind.
[Android.Runtime.Register("VISIBILITY_VISIBLE_NOTIFY_COMPLETED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)]
public const Android.App.DownloadVisibility VisibilityVisibleNotifyCompleted = 1;
[<Android.Runtime.Register("VISIBILITY_VISIBLE_NOTIFY_COMPLETED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)>]
val mutable VisibilityVisibleNotifyCompleted : Android.App.DownloadVisibility
Feldwert
Value = 1- Attribute
Hinweise
Dieser Download ist sichtbar und wird in den Benachrichtigungen angezeigt, während sie in Bearbeitung und nach Abschluss sind.
Java-Dokumentation für android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED
.
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.