DownloadManager.Request.VisibilityVisibleNotifyCompleted 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 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.

Android-Referenz für android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED.

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.

Gilt für: