企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### 4.1.6 下载进度回调 ``` -(void)AnyChatDownload:(AnyChatDownload *)anyChatDownload didDownloadProgressWithDict:(NSDictionary *)downloadDict ``` | 返回值 | 说明 | | --- | --- | | AnyChatDownload | 自身 | | downloadDict | 下载进度信息 | ``` downloadDict { "downloadsize" : 144891, //当前已下载大小 "errorcode" : 0, //下载状态,0为正常 "fileid" : "20170518", // 当前资源ID "filetotalsize" : 151895, // 资源大小 "progress" : 95 //下载进度,值为0-100 } ```