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
AddCompletedDownload(string, string, bool, string, string, long, bool)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)Enqueue a new download. | ||
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
static | GetMaxBytesOverMobile(Android.Content.Context)Returns maximum size, in bytes, of downloads that may go over a mobile connection; or null if there's no limit | |
GetMimeTypeForDownloadedFile(long)Returns the media type of the given downloaded file id, if the file was downloaded successfully. | ||
static | GetRecommendedMaxBytesOverMobile(Android.Content.Context)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)Returns the Android.Net.Uri of the given downloaded file id, if the file is downloaded successfully. | ||
InvokeQuery(DownloadManager.Query)Query the download manager about downloads that have been requested. | ||
OpenDownloadedFile(long)Open a downloaded file for reading. | ||
Remove(params long[])Documentation for this section has not yet been entered. |