DownloadManager.Request.SetVisibleInDownloadsUi(Boolean) Method

Definition

Set whether this download should be displayed in the system's Downloads UI.

[Android.Runtime.Register("setVisibleInDownloadsUi", "(Z)Landroid/app/DownloadManager$Request;", "GetSetVisibleInDownloadsUi_ZHandler")]
public virtual Android.App.DownloadManager.Request? SetVisibleInDownloadsUi (bool isVisible);
[<Android.Runtime.Register("setVisibleInDownloadsUi", "(Z)Landroid/app/DownloadManager$Request;", "GetSetVisibleInDownloadsUi_ZHandler")>]
abstract member SetVisibleInDownloadsUi : bool -> Android.App.DownloadManager.Request
override this.SetVisibleInDownloadsUi : bool -> Android.App.DownloadManager.Request

Parameters

isVisible
Boolean

whether to display this download in the Downloads UI

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to