public class DownloadService
extends Service
| 限定符和类型 | 类和说明 |
|---|---|
class |
DownloadService.AppDownloadCallback |
class |
DownloadService.DownloadBinder
提供绑定服务的方式下载
|
| 构造器和说明 |
|---|
DownloadService() |
| 限定符和类型 | 方法和说明 |
|---|---|
IBinder |
onBind(Intent intent) |
void |
onDestroy() |
int |
onStartCommand(Intent intent,
int flags,
int startId) |
void |
startDownload(UpdateConfig config,
IHttpManager httpManager,
UpdateCallback callback)
开始下载
|
void |
stopDownload()
停止下载
|
public int onStartCommand(Intent intent,
int flags,
int startId)
public void startDownload(UpdateConfig config, IHttpManager httpManager, UpdateCallback callback)
config - httpManager - callback - public void stopDownload()
public void onDestroy()
@Nullable public IBinder onBind(Intent intent)