NIMSDK-AOS
9.17.0
|
静态 Public 属性 | |
static final int | EXPORT_PROGRESS_CONVERT_MSG_STATE = 1 |
消息导出时,DB中的消息转换成文件的进度状态 更多... | |
static final int | EXPORT_PROGRESS_UPLOAD_FILE_STATE = 2 |
消息导出时,上传最终文件的进度状态 更多... | |
static final int | IMPORT_PROGRESS_DOWNLOAD_FILE_STATE = 3 |
消息导入时,下载文件的进度状态 更多... | |
static final int | IMPORT_PROGRESS_FILE_TO_MSG_STATE = 4 |
消息导入时,文件转换成消息的进度状态 更多... | |
static final int | ERR_NO_ENOUGH_SPACE = -50 |
消息导出/导入时时,没有足够的存储空间 或sd 卡没有挂载成功 更多... | |
static final int | EXPORT_ERR_DB_EMPTY = -100 |
消息导出时,DB中没有数据 更多... | |
static final int | EXPORT_ERR_LOCAL_FORMAT = -101 |
消息导出时,本地消息格式化失败 更多... | |
static final int | EXPORT_ERR_USER_CUSTOM_ZIP = -102 |
消息导出时,文件压缩失败(用户自定义过程) 更多... | |
static final int | EXPORT_ERR_USER_CUSTOM_ENCRYPT = -103 |
消息导出时,文件加密失败(用户自定义过程) 更多... | |
static final int | EXPORT_ERR_UPLOAD_FILE = -104 |
消息导出时,上传文件失败 更多... | |
static final int | EXPORT_ERR_EMPTY_AFTER_FILTER = -105 |
消息导出时,本地有消息,但是都被过滤了 更多... | |
static final int | IMPORT_ERR_RECORD_EMPTY = -200 |
消息导入时,服务端返回了备份记录,但是为空 更多... | |
static final int | IMPORT_ERR_DOWN_FILE = -201 |
消息导入时 ,文件下载失败 更多... | |
static final int | IMPORT_ERR_CUSTOM_DECRYPT = -202 |
消息导入时 ,文件解密失败(用户自定义过程) 更多... | |
static final int | IMPORT_ERR_CUSTOM_UNZIP = -203 |
消息导入时 ,文件解压缩失败(用户自定义过程) 更多... | |
static final int | IMPORT_ERR_FILE_FORMAT = -204 |
消息导入时 ,文件格式错误 , 可能是导出/导入时自定义文件处理过程出问题了(eg:加/解密过程 , 解/压缩过程) 更多... | |
static final int | IMPORT_ERR_PART_SUCCESS = -205 |
消息导入时,部分成功,可能是文件的后面部损坏 更多... | |
static final int | IMPORT_ERR_NO_BACKUP = 404 |
消息导入时,服务端上没有备份记录 更多... | |
在文件 MigrationConstant.java 第 3 行定义.
|
static |
消息导出/导入时时,没有足够的存储空间 或sd 卡没有挂载成功
在文件 MigrationConstant.java 第 31 行定义.
|
static |
消息导出时,DB中没有数据
在文件 MigrationConstant.java 第 36 行定义.
|
static |
消息导出时,本地有消息,但是都被过滤了
在文件 MigrationConstant.java 第 63 行定义.
|
static |
消息导出时,本地消息格式化失败
在文件 MigrationConstant.java 第 42 行定义.
|
static |
消息导出时,上传文件失败
在文件 MigrationConstant.java 第 58 行定义.
|
static |
消息导出时,文件加密失败(用户自定义过程)
在文件 MigrationConstant.java 第 53 行定义.
|
static |
消息导出时,文件压缩失败(用户自定义过程)
在文件 MigrationConstant.java 第 47 行定义.
|
static |
消息导出时,DB中的消息转换成文件的进度状态
在文件 MigrationConstant.java 第 9 行定义.
|
static |
消息导出时,上传最终文件的进度状态
在文件 MigrationConstant.java 第 14 行定义.
|
static |
消息导入时 ,文件解密失败(用户自定义过程)
在文件 MigrationConstant.java 第 82 行定义.
|
static |
消息导入时 ,文件解压缩失败(用户自定义过程)
在文件 MigrationConstant.java 第 88 行定义.
|
static |
消息导入时 ,文件下载失败
在文件 MigrationConstant.java 第 77 行定义.
|
static |
消息导入时 ,文件格式错误 , 可能是导出/导入时自定义文件处理过程出问题了(eg:加/解密过程 , 解/压缩过程)
在文件 MigrationConstant.java 第 93 行定义.
|
static |
消息导入时,服务端上没有备份记录
在文件 MigrationConstant.java 第 104 行定义.
|
static |
消息导入时,部分成功,可能是文件的后面部损坏
在文件 MigrationConstant.java 第 98 行定义.
|
static |
消息导入时,服务端返回了备份记录,但是为空
在文件 MigrationConstant.java 第 72 行定义.
|
static |
消息导入时,下载文件的进度状态
在文件 MigrationConstant.java 第 20 行定义.
|
static |
消息导入时,文件转换成消息的进度状态
在文件 MigrationConstant.java 第 25 行定义.