返回有效的 channelId
null 或 undefined 会返回空字符串
Static
create使用两个参数构建(conversationType、targetId)
会话类型
会话 Id
会话标识
Static
create使用三个参数构建(conversationType、targetId、channelId)
会话类型
会话 Id
业务标识
会话标识
Static
create通过 Message 创建
消息对象,如果 msg 为空,返回的 ConversationIdentifier 的会话类型为单聊,targetId & ChannelId 均为空字符串
会话标识
Static
create通过 Conversation 创建
会话对象对象,如果 con 为空,返回的 ConversationIdentifier 的会话类型为单聊,targetId & ChannelId 均为空字符串
会话标识
Static
create通过 ConversationStatusInfo 创建
如果 info 为空,返回的 ConversationIdentifier 的会话类型为单聊,targetId & ChannelId 均为空字符串
会话标识
检查 ConversationIdentifier 是否合法
ConversationIdentifier 合法则返回 EngineError.Success ,否则返回具体的错误码
会话标识
Version
1.0.0