Skip to content
能力中心
产品中心
应用市场
WebOffice
开发者后台

聊天文件界面

显示聊天中发送过的所有文件,包含文件名称、大小、发送者、是否已下载等信息。

效果展示

集成聊天文件列表界面

提供两种方式集成

  • 直接启动KIMChatFileListActivity

  • 使用接口

接口定义

kotlin
fun openChatFileListPage(context: Context?, args: Bundle?)

参数说明

参数类型说明
contextContext
argsBundle

代码示例

kotlin
KIM.getService().getLinkUpService(KIMISdkDocsService::class.java)?.openChatFileListPage(context, null)