#import <Foundation/Foundation.h>
#import "NIMQChatAPIDefs.h"
浏览源代码.
|
typedef void(^ | NIMQChatSendSystemNotificationHandler) (NSError *__nullable error, NIMQChatSendSystemNotificationResult *__nullable result) |
|
typedef void(^ | NIMQChatGetMessageHistoryHandler) (NSError *__nullable error, NIMQChatGetMessageHistoryResult *__nullable result) |
|
typedef void(^ | NIMQChatUpdateMessageHandler) (NSError *__nullable error, NIMQChatUpdateMessageResult *__nullable result) |
|
typedef void(^ | NIMQChatUpdateSystemNotificationHandler) (NSError *__nullable error, NIMQChatUpdateSystemNotificationResult *__nullable result) |
|
typedef void(^ | NIMQChatGetMessageCacheHandler) (NSError *__nullable error, NIMQChatGetMessageCacheResult *__nullable result) |
|
typedef void(^ | NIMQChatSendMessageTypingEventHandler) (NSError *__nullable error, NIMQChatMessageTypingEvent *__nullable result) |
|
typedef void(^ | NIMQChatGetLastMessageOfChannelsHandler) (NSError *__nullable error, NIMQChatGetLastMessageOfChannelsResult *__nullable result) |
|
typedef void(^ | NIMQChatSearchMsgByPageHandler) (NSError *__nullable error, NIMQChatSearchMsgByPageResult *__nullable result) |
|
typedef void(^ | NIMQChatGetMentionedMeMessagesHandler) (NSError *__nullable error, NIMQChatGetMentionedMeMessagesResult *__nullable result) |
|
typedef void(^ | NIMQChatAreMentionedMeMessagesHandler) (NSError *__nullable error, NIMQChatAreMentionedMeMessagesResult *__nullable result) |
|
◆ NIMQChatAreMentionedMeMessagesHandler
◆ NIMQChatGetLastMessageOfChannelsHandler
◆ NIMQChatGetMentionedMeMessagesHandler
◆ NIMQChatGetMessageCacheHandler
◆ NIMQChatGetMessageHistoryHandler
◆ NIMQChatSearchMsgByPageHandler
◆ NIMQChatSendMessageTypingEventHandler
◆ NIMQChatSendSystemNotificationHandler
◆ NIMQChatUpdateMessageHandler
◆ NIMQChatUpdateSystemNotificationHandler