Android.App.DownloadVisibility Enumeration
Enumerates values returned by several types and taken as a parameter of the DownloadManager.Request.SetNotificationVisibility member.

Syntax

public enum DownloadVisibility

Remarks

Enumerates values returned by the following: and taken as a parameter of the DownloadManager.Request.SetNotificationVisibility member.

Members

Member NameDescription
HiddenThis download doesn't show in the UI or in the notifications.
VisibleThis download is visible but only shows in the notifications while it's in progress.
VisibleNotifyCompletedThis download is visible and shows in the notifications while in progress and after completion.
VisibleNotifyOnlyCompletionThis download shows in the notifications after completion ONLY. It is usuable only with DownloadManager.AddCompletedDownload(string, System.String, System.String, System.String, System.String, System.String, System.String).

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0