Android.App.DownloadManager.Query Class
This class may be used to filter download manager queries.
See Also: DownloadManager+Query
Syntax
[Android.Runtime.Register("android/app/DownloadManager$Query", DoNotGenerateAcw=true)]
public class DownloadManager.Query : Object
public class DownloadManager.Query : Object
Remarks
This class may be used to filter download manager queries.
Requirements
Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9
The members of Android.App.DownloadManager.Query are listed below.
See Also: Object
Public Constructors
Protected Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
SetFilterById(params Int64[]) | ||
SetFilterByStatus(DownloadStatus)Include only downloads with status matching any the given status flags. |