public class FileDownloadList
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addIndependentTask(DownloadTaskAdapter task) |
BaseDownloadTask.IRunningTask |
get(int id) |
static FileDownloadList |
getImpl() |
boolean |
remove(BaseDownloadTask.IRunningTask willRemoveDownload,
MessageSnapshot snapshot)
Deprecated.
|
boolean |
remove(DownloadTaskAdapter downloadTaskAdapter) |
static void |
setSingleton(FileDownloadList singleton) |
public static FileDownloadList getImpl()
public static void setSingleton(FileDownloadList singleton)
@Nullable public BaseDownloadTask.IRunningTask get(int id)
@Deprecated public boolean remove(BaseDownloadTask.IRunningTask willRemoveDownload, MessageSnapshot snapshot)
willRemoveDownload - will be removepublic boolean remove(DownloadTaskAdapter downloadTaskAdapter)
public void addIndependentTask(DownloadTaskAdapter task)