Android.App.DownloadManager.Request.VisibilityVisibleNotifyCompleted Field
This download is visible and shows in the notifications while in progress and after completion.

Value: 1

Syntax

[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.")]
public const DownloadVisibility VisibilityVisibleNotifyCompleted

Remarks

This download is visible and shows in the notifications while in progress and after completion.

[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