Freigeben über


DownloadManager.Request.VisibilityVisible Feld

Definition

Achtung

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

Dieser Download ist sichtbar, wird aber nur in den Benachrichtigungen angezeigt, während er ausgeführt wird.

[Android.Runtime.Register("VISIBILITY_VISIBLE")]
[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 VisibilityVisible = 0;
[<Android.Runtime.Register("VISIBILITY_VISIBLE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)>]
val mutable VisibilityVisible : Android.App.DownloadVisibility

Feldwert

Value = 0
Attribute

Hinweise

Dieser Download ist sichtbar, wird aber nur in den Benachrichtigungen angezeigt, während er ausgeführt wird.

Java-Dokumentation für android.app.DownloadManager.Request.VISIBILITY_VISIBLE.

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.

Gilt für: