- visibility
- the visibility setting value
Documentation for this section has not yet been entered.
Control whether a system notification is posted by the download manager while this download is running or when it is completed. If enabled, the download manager posts notifications about downloads through the system Android.App.NotificationManager. By default, a notification is shown only when the download is in progress.
It can take the following values: Android.App.DownloadManager.Request.VisibilityHidden, Android.App.DownloadManager.Request.VisibilityVisible, Android.App.DownloadManager.Request.VisibilityVisibleNotifyCompleted.
If set to Android.App.DownloadManager.Request.VisibilityHidden, this requires the permission android.permission.DOWNLOAD_WITHOUT_NOTIFICATION.