Preparing search index...
The search index is not available
RongCloud React Native IM Wrapper - v5.12.1
RongCloud React Native IM Wrapper
RCIMDefines
RCIMIWSearchConversationResult
Interface RCIMIWSearchConversationResult
interface
RCIMIWSearchConversationResult
{
conversation
?:
RCIMIWConversation
;
count
?:
number
;
}
Index
Properties
conversation?
count?
Properties
Optional
conversation
conversation
?:
RCIMIWConversation
获取会话的实体,用来容纳和存储客户端的会话信息,对应会话列表中的会话。
Optional
count
count
?:
number
获取会话匹配的消息数量
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
count
RongCloud React Native IM Wrapper - v5.12.1
Loading...
获取会话的实体,用来容纳和存储客户端的会话信息,对应会话列表中的会话。