public interface

TbsCommonCode

com.tencent.smtt.sdk.TbsCommonCode

Class Overview

TBS通用码,用户可自行处理的下载、安装状态码

Summary

Constants
int DOWNLOAD_CANCEL_NOT_WIFI 111,非Wi-Fi,不发起下载 setDownloadWithoutWifi(boolean) 进行设置
int DOWNLOAD_CANCEL_REQUESTING 133,下载请求中,不重复发起,取消下载
int DOWNLOAD_FLOW_CANCEL -134,带宽不允许,下载取消。Debug阶段可webview访问 debugtbs.qq.com 安装线上内核
int DOWNLOAD_NO_NEED_REQUEST -122,不发起下载请求,以下触发请求的条件均不符合:
  • 1、距离最后请求时间24小时后(可调整系统时间)
  • 2、请求成功超过时间间隔,网络原因重试小于11次
  • 3、App版本变更
  • int DOWNLOAD_SUCCESS 100,内核下载成功
    int INSTALL_FOR_PREINIT_CALLBACK 243,预加载中间态,非异常,可忽略
    int INSTALL_SUCCESS 200,首次安装成功
    int NETWORK_UNAVAILABLE 101,网络不可用
    int STARTDOWNLOAD_OUT_OF_MAXTIME 127,发起下载次数超过1次(一次进程只允许发起一次下载)

    Constants

    public static final int DOWNLOAD_CANCEL_NOT_WIFI

    111,非Wi-Fi,不发起下载 setDownloadWithoutWifi(boolean) 进行设置

    Constant Value: 111 (0x0000006f)

    public static final int DOWNLOAD_CANCEL_REQUESTING

    133,下载请求中,不重复发起,取消下载

    Constant Value: 133 (0x00000085)

    public static final int DOWNLOAD_FLOW_CANCEL

    -134,带宽不允许,下载取消。Debug阶段可webview访问 debugtbs.qq.com 安装线上内核

    Constant Value: -134 (0xffffff7a)

    public static final int DOWNLOAD_NO_NEED_REQUEST

    -122,不发起下载请求,以下触发请求的条件均不符合:

  • 1、距离最后请求时间24小时后(可调整系统时间)
  • 2、请求成功超过时间间隔,网络原因重试小于11次
  • 3、App版本变更
  • Constant Value: -122 (0xffffff86)

    public static final int DOWNLOAD_SUCCESS

    100,内核下载成功

    Constant Value: 100 (0x00000064)

    public static final int INSTALL_FOR_PREINIT_CALLBACK

    243,预加载中间态,非异常,可忽略

    Constant Value: 243 (0x000000f3)

    public static final int INSTALL_SUCCESS

    200,首次安装成功

    Constant Value: 200 (0x000000c8)

    public static final int NETWORK_UNAVAILABLE

    101,网络不可用

    Constant Value: 101 (0x00000065)

    public static final int STARTDOWNLOAD_OUT_OF_MAXTIME

    127,发起下载次数超过1次(一次进程只允许发起一次下载)

    Constant Value: 127 (0x0000007f)