NIMSDK-iOS
载入中...
搜索中...
未找到
V2NIMMessage类 参考

消息对象 更多...

#import <V2NIMMessage.h>

类 V2NIMMessage 继承关系图:
V2NIMMessageRefer

属性

BOOL isSelf
 消息发送者是否是自己 更多...
 
V2NIMMessageAttachmentUploadState attachmentUploadState
 附件上传状态 更多...
 
V2NIMMessageSendingState sendingState
 消息发送状态 可以主动查询 也可以根据回调监听来确认 更多...
 
V2NIMMessageType messageType
 类型 更多...
 
NSInteger subType
 子类型 更多...
 
NSString * text
 文本 更多...
 
V2NIMMessageAttachmentattachment
 附件 更多...
 
NSString * serverExtension
 服务端扩展信息,必须是Json 字符串,要不然会解析失败。 更多...
 
NSString * localExtension
 客户端本地扩展信息 更多...
 
NSString * callbackExtension
 第三方回调扩展字段, 透传字段 更多...
 
V2NIMMessageConfigmessageConfig
 消息相关配置,具体参见每一个字段定义 更多...
 
V2NIMMessagePushConfigpushConfig
 推送设置 更多...
 
V2NIMMessageRouteConfigrouteConfig
 路由抄送相关配置 更多...
 
V2NIMMessageAntispamConfigantispamConfig
 反垃圾相关 更多...
 
V2NIMMessageRobotConfigrobotConfig
 机器人相关配置 更多...
 
V2NIMMessageReferthreadRoot
 Thread消息引用 更多...
 
V2NIMMessageReferthreadReply
 回复消息引用 更多...
 
V2NIMMessageAIConfigaiConfig
 AI数字人相关信息 更多...
 
V2NIMMessageStatusmessageStatus
 消息状态相关 更多...
 
NSTimeInterval modifyTime
 消息更新时间 更多...
 
NSString * modifyAccountId
 消息更新者账号 更多...
 
- 属性 继承自 V2NIMMessageRefer
NSString * senderId
 发送者账号 更多...
 
NSString * receiverId
 接收者账号 更多...
 
NSString * messageClientId
 客户端消息ID 更多...
 
NSString * messageServerId
 服务器消息ID 更多...
 
V2NIMConversationType conversationType
 会话类型 更多...
 
NSString * conversationId
 会话 ID 更多...
 
NSTimeInterval createTime
 消息时间 更多...
 

详细描述

消息对象

属性说明

◆ aiConfig

- (V2NIMMessageAIConfig*) aiConfig
readwritenonatomicstrong

AI数字人相关信息

◆ antispamConfig

- (V2NIMMessageAntispamConfig*) antispamConfig
readnonatomicstrong

反垃圾相关

◆ attachment

- (V2NIMMessageAttachment*) attachment
readwritenonatomicstrong

附件

◆ attachmentUploadState

- (V2NIMMessageAttachmentUploadState) attachmentUploadState
readnonatomicassign

附件上传状态

◆ callbackExtension

- (NSString*) callbackExtension
readnonatomicstrong

第三方回调扩展字段, 透传字段

◆ isSelf

- (BOOL) isSelf
readnonatomicassign

消息发送者是否是自己

◆ localExtension

- (NSString*) localExtension
readwritenonatomicstrong

客户端本地扩展信息

◆ messageConfig

- (V2NIMMessageConfig*) messageConfig
readnonatomicstrong

消息相关配置,具体参见每一个字段定义

◆ messageStatus

- (V2NIMMessageStatus*) messageStatus
readnonatomicstrong

消息状态相关

◆ messageType

- (V2NIMMessageType) messageType
readwritenonatomicassign

类型

◆ modifyAccountId

- (NSString*) modifyAccountId
readnonatomiccopy

消息更新者账号

◆ modifyTime

- (NSTimeInterval) modifyTime
readnonatomicassign

消息更新时间

◆ pushConfig

- (V2NIMMessagePushConfig*) pushConfig
readnonatomicstrong

推送设置

◆ robotConfig

- (V2NIMMessageRobotConfig*) robotConfig
readnonatomicstrong

机器人相关配置

◆ routeConfig

- (V2NIMMessageRouteConfig*) routeConfig
readnonatomicstrong

路由抄送相关配置

◆ sendingState

- (V2NIMMessageSendingState) sendingState
readnonatomicassign

消息发送状态 可以主动查询 也可以根据回调监听来确认

◆ serverExtension

- (NSString*) serverExtension
readwritenonatomicstrong

服务端扩展信息,必须是Json 字符串,要不然会解析失败。

◆ subType

- (NSInteger) subType
readwritenonatomicassign

子类型

◆ text

- (NSString*) text
readwritenonatomicstrong

文本

◆ threadReply

- (V2NIMMessageRefer*) threadReply
readnonatomicstrong

回复消息引用

◆ threadRoot

- (V2NIMMessageRefer*) threadRoot
readwritenonatomicstrong

Thread消息引用


该类的文档由以下文件生成: