NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatMessageExtendManagerProtocol.h 文件参考
#import <Foundation/Foundation.h>
#import "NIMQChatMessageManagerProtocol.h"
#import "NIMQChatMessage.h"

浏览源代码.

protocol  <NIMQChatMessageExtendManagerDelegate>
 
protocol  <NIMQChatMessageExtendManager>
 

类型定义

typedef void(^ NIMQChatBatchGetMessageThreadInfoHandler) (NSError *__nullable error, NSDictionary< NSString *, NIMQChatMessageThreadInfo * > *__nullable result)
 
typedef void(^ NIMQChatFetchQuickCommentsByMsgsHandler) (NSError *_Nullable error, NIMQChatFetchQuickCommentsByMsgsResult *_Nullable result)
 
typedef void(^ NIMQChatGetCommentatorsHandler) (NSError *_Nullable error, NIMQChatGetCommentatorsResult *_Nullable result)
 

变量

NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMQChatGetThreadMessagesHandler )(NSError *__nullable error, NIMQChatGetThreadMessagesResult *__nullable result)
 

类型定义说明

◆ NIMQChatBatchGetMessageThreadInfoHandler

typedef void(^ NIMQChatBatchGetMessageThreadInfoHandler) (NSError *__nullable error, NSDictionary< NSString *, NIMQChatMessageThreadInfo * > *__nullable result)

拉取消息Thread信息的回调

参数
error错误信息
result回调结果 [消息的messageId: NIMQChatMessageThreadInfo]

◆ NIMQChatFetchQuickCommentsByMsgsHandler

typedef void(^ NIMQChatFetchQuickCommentsByMsgsHandler) (NSError *_Nullable error, NIMQChatFetchQuickCommentsByMsgsResult *_Nullable result)

批量获取快捷评论回调

参数
error结果
result获取结果

◆ NIMQChatGetCommentatorsHandler

typedef void(^ NIMQChatGetCommentatorsHandler) (NSError *_Nullable error, NIMQChatGetCommentatorsResult *_Nullable result)

批量获取快捷评论的评论者信息回调

参数
error结果
result获取结果

变量说明

◆ NIMQChatGetThreadMessagesHandler

NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMQChatGetThreadMessagesHandler) (NSError *__nullable error, NIMQChatGetThreadMessagesResult *__nullable result) ( NSError *__nullable  error,
NIMQChatGetThreadMessagesResult *__nullable  result 
)

拉取thread消息的回调

参数
error错误信息
result回调结果