Android.App.DownloadManager.Request.VisibilityHidden Field
This download doesn't show in the UI or in the notifications.

Value: 2

Syntax

[Android.Runtime.Register("VISIBILITY_HIDDEN")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.")]
public const DownloadVisibility VisibilityHidden

Remarks

This download doesn't show in the UI or in the notifications.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11