ConversationLifeCycle
功能介绍
聊天列表操作时的钩子函数
参数介绍
shouldDeleteConversation
参数类型 : Future< bool > Function(String conversationID)
适用平台: 全部
- 参数描述 : 在将用户删除会话前的钩子函数
shouldClearHistoricalMessageForConversation
参数类型 : Future< bool > Function(String conversationID)
适用平台: 全部
- 参数描述 : 在将用户清除会话历史信息前的钩子函数
conversationListWillMount
参数类型 : Future< List< V2TimConversation? > > Function( List< V2TimConversation? > conversationList)
适用平台: 全部
- 参数描述 : 在获取到会话列表信息后的钩子函数(uikit初始化会话列表信息时会调用)