public abstract class AbstractUpdateProxy extends java.lang.Object implements IUpdateProxy
| Constructor and Description |
|---|
AbstractUpdateProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
noNewVersion(java.lang.Throwable throwable)
未发现新版本
|
void |
onAfterCheck()
版本检查之后
|
void |
onBeforeCheck()
版本检查之前
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackgroundDownload, cancelDownload, checkVersion, findNewVersion, getContext, getIUpdateHttpService, isAsyncParser, parseJson, parseJson, recycle, startDownload, updatepublic void onBeforeCheck()
IUpdateProxyonBeforeCheck in interface IUpdateProxypublic void onAfterCheck()
IUpdateProxyonAfterCheck in interface IUpdateProxypublic void noNewVersion(java.lang.Throwable throwable)
IUpdateProxynoNewVersion in interface IUpdateProxythrowable - 未发现的原因