DownloadManager.Request |
DownloadManager.Request.addRequestHeader(String header,
String value) |
DownloadManager.Request |
DownloadManager.Request.setAllowedNetworkTypes(int flags) |
DownloadManager.Request |
DownloadManager.Request.setAllowedOverMetered(boolean allow) |
DownloadManager.Request |
DownloadManager.Request.setAllowedOverRoaming(boolean allowed) |
DownloadManager.Request |
DownloadManager.Request.setDescription(CharSequence description) |
DownloadManager.Request |
DownloadManager.Request.setDestinationInExternalFilesDir(Context context,
String dirType,
String subPath) |
DownloadManager.Request |
DownloadManager.Request.setDestinationInExternalPublicDir(String dirType,
String subPath) |
DownloadManager.Request |
DownloadManager.Request.setDestinationUri(Uri uri) |
DownloadManager.Request |
DownloadManager.Request.setMimeType(String mimeType) |
DownloadManager.Request |
DownloadManager.Request.setNotificationVisibility(int visibility) |
DownloadManager.Request |
DownloadManager.Request.setShowRunningNotification(boolean show)
Deprecated.
|
DownloadManager.Request |
DownloadManager.Request.setTitle(CharSequence title) |
DownloadManager.Request |
DownloadManager.Request.setVisibleInDownloadsUi(boolean isVisible) |