public class PopLayerDownloadManage
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
STATUS_DOWNLOAD_COMPLETE
下载完成
|
static int |
STATUS_DOWNLOAD_ERROR
下载异常
|
static int |
STATUS_DOWNLOADING
下载中
|
static int |
STATUS_INSTALL_CANCLE
取消安装
|
static int |
STATUS_INSTALL_COMPLETE
安装完成
|
static int |
SUB_TYPE_DOWNLOAD
下载
|
static int |
SUB_TYPE_INSTALL
安装
|
static int |
TYPE
type
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dealCommonDownload(java.lang.String url) |
static void |
destroy() |
void |
getAppInfo(java.lang.String orderId)
获取APP信息
|
static java.lang.String |
getDownloadUrl() |
static PopLayerDownloadManage |
getInstance(android.content.Context context,
android.webkit.WebView webview,
java.lang.String slotId) |
public static final int STATUS_DOWNLOADING
public static final int STATUS_DOWNLOAD_COMPLETE
public static final int STATUS_INSTALL_COMPLETE
public static final int STATUS_INSTALL_CANCLE
public static final int STATUS_DOWNLOAD_ERROR
public static final int SUB_TYPE_DOWNLOAD
public static final int SUB_TYPE_INSTALL
public static final int TYPE
public static PopLayerDownloadManage getInstance(android.content.Context context, android.webkit.WebView webview, java.lang.String slotId)
public void getAppInfo(java.lang.String orderId)
orderId - public void dealCommonDownload(java.lang.String url)
public static java.lang.String getDownloadUrl()
public static void destroy()