Language

DownloadManager.Query.SetFilterById(Int64[]) Method

Definition

Include only the downloads with the given IDs.

[Android.Runtime.Register("setFilterById", "([J)Landroid/app/DownloadManager$Query;", "GetSetFilterById_arrayJHandler")]
public virtual Android.App.DownloadManager.Query? SetFilterById(params long[]? ids);
[<Android.Runtime.Register("setFilterById", "([J)Landroid/app/DownloadManager$Query;", "GetSetFilterById_arrayJHandler")>]
abstract member SetFilterById : int64[] -> Android.App.DownloadManager.Query
override this.SetFilterById : int64[] -> Android.App.DownloadManager.Query

Parameters

ids
Int64[]

long

Returns

this object

Attributes

Remarks

Include only the downloads with the given IDs.

Android reference for android.app.DownloadManager.Query.setFilterById.

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