DownloadManager.InvokeQuery(DownloadManager+Query) 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.
Query the download manager about downloads that have been requested.
[Android.Runtime.Register("query", "(Landroid/app/DownloadManager$Query;)Landroid/database/Cursor;", "GetInvokeQuery_Landroid_app_DownloadManager_Query_Handler")]
public virtual Android.Database.ICursor? InvokeQuery (Android.App.DownloadManager.Query? query);
[<Android.Runtime.Register("query", "(Landroid/app/DownloadManager$Query;)Landroid/database/Cursor;", "GetInvokeQuery_Landroid_app_DownloadManager_Query_Handler")>]
abstract member InvokeQuery : Android.App.DownloadManager.Query -> Android.Database.ICursor
override this.InvokeQuery : Android.App.DownloadManager.Query -> Android.Database.ICursor
Parameters
- query
- DownloadManager.Query
parameters specifying filters for this query
Returns
a Cursor over the result set of downloads, with columns consisting of all the COLUMN_* constants.
- Attributes
Remarks
Java documentation for android.app.DownloadManager.query(android.app.Query)
.
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.