public class DownloadService.DownloadBinder
extends android.os.Binder
| Constructor and Description |
|---|
DownloadBinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
showNotification()
显示通知
|
void |
start(UpdateEntity updateEntity,
OnFileDownloadListener downloadListener)
开始下载
|
void |
stop(java.lang.String msg)
停止下载服务
|
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeathpublic void start(UpdateEntity updateEntity, OnFileDownloadListener downloadListener)
updateEntity - 新app信息downloadListener - 下载监听public void stop(java.lang.String msg)
msg - public void showNotification()