DownloadManager.Query.SetFilterByStatus(DownloadStatus) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Include only downloads with status matching any the given status flags.
[Android.Runtime.Register("setFilterByStatus", "(I)Landroid/app/DownloadManager$Query;", "GetSetFilterByStatus_IHandler")]
public virtual Android.App.DownloadManager.Query? SetFilterByStatus (Android.App.DownloadStatus flags);
[<Android.Runtime.Register("setFilterByStatus", "(I)Landroid/app/DownloadManager$Query;", "GetSetFilterByStatus_IHandler")>]
abstract member SetFilterByStatus : Android.App.DownloadStatus -> Android.App.DownloadManager.Query
override this.SetFilterByStatus : Android.App.DownloadStatus -> Android.App.DownloadManager.Query
Parameters
- flags
- DownloadStatus
any combination of the STATUS_* bit flags
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.