NIMSDK-iOS
|
#import <Foundation/Foundation.h>
#import "NIMQChatMessageManagerProtocol.h"
#import "NIMQChatAPIDefs.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) |
typedef void(^ NIMQChatBatchGetMessageThreadInfoHandler) (NSError *__nullable error, NSDictionary< NSString *, NIMQChatMessageThreadInfo * > *__nullable result) |
拉取消息Thread信息的回调
error | 错误信息 |
result | 回调结果 [消息的messageId: NIMQChatMessageThreadInfo] |
typedef void(^ NIMQChatFetchQuickCommentsByMsgsHandler) (NSError *_Nullable error, NIMQChatFetchQuickCommentsByMsgsResult *_Nullable result) |
批量获取快捷评论回调
error | 结果 |
result | 获取结果 |
typedef void(^ NIMQChatGetCommentatorsHandler) (NSError *_Nullable error, NIMQChatGetCommentatorsResult *_Nullable result) |
批量获取快捷评论的评论者信息回调
error | 结果 |
result | 获取结果 |
NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMQChatGetThreadMessagesHandler) (NSError *__nullable error, NIMQChatGetThreadMessagesResult *__nullable result) | ( | NSError *__nullable | error, |
NIMQChatGetThreadMessagesResult *__nullable | result | ||
) |
拉取thread消息的回调
error | 错误信息 |
result | 回调结果 |