NIMChatExtendManagerDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | NIMChatExtendManagerProtocol.h |
– onRecvQuickComment:
Add a quick comment
- (void)onRecvQuickComment:(NIMQuickComment *)commentParameters
comment |
comment |
|---|
Discussion
Add a quick comment
Declared In
NIMChatExtendManagerProtocol.h
– onRemoveQuickComment:
Remove a quick comment
- (void)onRemoveQuickComment:(NIMQuickComment *)commentParameters
comment |
comment to be deleted |
|---|
Discussion
Remove a quick comment
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyAddMessagePin:
Notification for adding a new PIN message
- (void)onNotifyAddMessagePin:(NIMMessagePinItem *)itemParameters
item |
New PIN record |
|---|
Discussion
Notification for adding a new PIN message
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyRemoveMessagePin:
Notification for removing a PIN message
- (void)onNotifyRemoveMessagePin:(NIMMessagePinItem *)itemParameters
item |
Removed PIN records |
|---|
Discussion
Notification for removing a PIN message
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyUpdateMessagePin:
Notification for updating a PIN message
- (void)onNotifyUpdateMessagePin:(NIMMessagePinItem *)itemParameters
item |
Updated PIN record |
|---|
Discussion
Notification for updating a PIN message
Declared In
NIMChatExtendManagerProtocol.h
– onNotifySyncStickTopSessions:
Notification for completing synchronization of pinned sessions
- (void)onNotifySyncStickTopSessions:(NIMSyncStickTopSessionResponse *)responseParameters
response |
response object after pinned session synced |
|---|
Discussion
Notification for completing synchronization of pinned sessions
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyAddStickTopSession:
Notification for adding a new pinned session
- (void)onNotifyAddStickTopSession:(NIMStickTopSessionInfo *)newInfoParameters
newInfo |
New pinned session |
|---|
Discussion
Notification for adding a new pinned session
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyRemoveStickTopSession:
Notification for removing a pinned session
- (void)onNotifyRemoveStickTopSession:(NIMStickTopSessionInfo *)removedInfoParameters
removedInfo |
removed pinned session |
|---|
Discussion
Notification for removing a pinned session
Declared In
NIMChatExtendManagerProtocol.h
– onNotifyUpdateStickTopSession:
Notification for updating a new pinned session
- (void)onNotifyUpdateStickTopSession:(NIMStickTopSessionInfo *)updatedInfoParameters
updatedInfo |
Updated pinned session |
|---|
Discussion
Notification for updating a new pinned session
Declared In
NIMChatExtendManagerProtocol.h