IMSDK
即时通信 IM 提供全球接入、单聊、群聊、消息推送、资料关系链托管、账号鉴权等全方位解决方案,并提供完备的 App 接入、后台管理接口。
V2TIMTopicOperationResult

Public 成员函数

 V2TIMTopicOperationResult ()
 
 V2TIMTopicOperationResult (const V2TIMTopicOperationResult &result)
 
 ~V2TIMTopicOperationResult ()
 

成员变量

int32_t errorCode
 
V2TIMString errorMsg
 
V2TIMString topicID
 

构造及析构函数说明

◆ V2TIMTopicOperationResult() [1/2]

◆ V2TIMTopicOperationResult() [2/2]

◆ ~V2TIMTopicOperationResult()

结构体成员变量说明

◆ errorCode

int32_t errorCode

结果 0:成功;非0:失败

◆ errorMsg

V2TIMString errorMsg

如果删除失败,会返回错误信息

◆ topicID

V2TIMString topicID

如果删除成功,会返回对应的 topicID