NIMChatExtendManagerDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMChatExtendManagerProtocol.h |
– onRecvQuickComment:
新增快捷评论
- (void)onRecvQuickComment:(NIMQuickComment *)comment
Parameters
comment |
评论 |
---|
Discussion
新增快捷评论
Declared In
NIMChatExtendManagerProtocol.h
– onRemoveQuickComment:
移除快捷评论
- (void)onRemoveQuickComment:(NIMQuickComment *)comment
Parameters
comment |
被删评论 |
---|
Discussion
移除快捷评论
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyAddMessagePin:
一条PIN被增加的在线通知
- (void)onNotifyAddMessagePin:(NIMMessagePinItem *)item
Parameters
item |
新增的PIN记录 |
---|
Discussion
一条PIN被增加的在线通知
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyRemoveMessagePin:
一条PIN被移除的在线通知
- (void)onNotifyRemoveMessagePin:(NIMMessagePinItem *)item
Parameters
item |
被移除的PIN记录 |
---|
Discussion
一条PIN被移除的在线通知
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyUpdateMessagePin:
一条PIN被更新的在线通知
- (void)onNotifyUpdateMessagePin:(NIMMessagePinItem *)item
Parameters
item |
被更新的PIN记录 |
---|
Discussion
一条PIN被更新的在线通知
Declared In
NIMChatExtendManagerProtocol.h
– onNotifySyncStickTopSessions:
置顶会话同步完成的在线通知
- (void)onNotifySyncStickTopSessions:(NIMSyncStickTopSessionResponse *)response
Parameters
response |
置顶信息全量同步后的响应对象 |
---|
Discussion
置顶会话同步完成的在线通知
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyAddStickTopSession:
一条置顶信息被增加的在线通知
- (void)onNotifyAddStickTopSession:(NIMStickTopSessionInfo *)newInfo
Parameters
newInfo |
新增的置顶信息 |
---|
Discussion
一条置顶信息被增加的在线通知
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyRemoveStickTopSession:
一条置顶信息被移除的在线通知
- (void)onNotifyRemoveStickTopSession:(NIMStickTopSessionInfo *)removedInfo
Parameters
removedInfo |
被移除的置顶信息 |
---|
Discussion
一条置顶信息被移除的在线通知
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyUpdateStickTopSession:
一条置顶会话被更新的在线通知
- (void)onNotifyUpdateStickTopSession:(NIMStickTopSessionInfo *)updatedInfo
Parameters
updatedInfo |
被更新的置顶信息 |
---|
Discussion
一条置顶会话被更新的在线通知
Declared In
NIMChatExtendManagerProtocol.h