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