Android.App.DownloadManager: Method Members

The methods of Android.App.DownloadManager are listed below. For a list of all members, see the DownloadManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AddCompletedDownload(string, string, bool, string, string, long, bool) : long
Adds a file to the downloads database system, so it could appear in Downloads App (and thus become eligible for management by the Downloads App).
Enqueue(DownloadManager.Request) : long
Enqueue a new download.
static
FromContext(Android.Content.Context) : DownloadManager
Documentation for this section has not yet been entered.
static
GetMaxBytesOverMobile(Android.Content.Context) : Java.Lang.Long
Returns maximum size, in bytes, of downloads that may go over a mobile connection; or null if there's no limit
GetMimeTypeForDownloadedFile(long) : string
Returns the media type of the given downloaded file id, if the file was downloaded successfully.
static
GetRecommendedMaxBytesOverMobile(Android.Content.Context) : Java.Lang.Long
Returns recommended maximum size, in bytes, of downloads that may go over a mobile connection; or null if there's no recommended limit.
GetUriForDownloadedFile(long) : Android.Net.Uri
Returns the Android.Net.Uri of the given downloaded file id, if the file is downloaded successfully.
InvokeQuery(DownloadManager.Query) : Android.Database.ICursor
Query the download manager about downloads that have been requested.
OpenDownloadedFile(long) : Android.OS.ParcelFileDescriptor
Open a downloaded file for reading.
Remove(params long[]) : int
Documentation for this section has not yet been entered.