DownloadManager.Request.VisibilityVisibleNotifyOnlyCompletion 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 wird in den Benachrichtigungen nach Abschluss NUR angezeigt.
[Android.Runtime.Register("VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION")]
[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 VisibilityVisibleNotifyOnlyCompletion = 3;
[<Android.Runtime.Register("VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)>]
val mutable VisibilityVisibleNotifyOnlyCompletion : Android.App.DownloadVisibility
Feldwert
Value = 3- Attribute
Hinweise
Dieser Download wird in den Benachrichtigungen nach Abschluss NUR angezeigt. Sie kann nur mit DownloadManager.addCompletedDownload(String,String,boolean,String,String,String,long,boolean) usuable.
Android-Referenz für android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.