IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMConversationOperationResult

Detailed Description

Conversation operation result.

Properties

NSString * conversationID
 
NSInteger resultCode
 
NSString * resultInfo
 

Property Documentation

◆ conversationID

- (NSString*) conversationID
readwritenonatomicstrong

Conversation ID.

◆ resultCode

- (NSInteger) resultCode
readwritenonatomicassign

The return code.

◆ resultInfo

- (NSString*) resultInfo
readwritenonatomicstrong

The return result description.