NIMChatExtendManagerDelegate Protocol Reference

Conforms to NSObject
Declared in NIMChatExtendManagerProtocol.h

Overview

Thread talk callback

– onRecvQuickComment:

Add a quick comment

- (void)onRecvQuickComment:(NIMQuickComment *)comment

Parameters

comment

comment

Discussion

Add a quick comment

Declared In

NIMChatExtendManagerProtocol.h

– onRemoveQuickComment:

Remove a quick comment

- (void)onRemoveQuickComment:(NIMQuickComment *)comment

Parameters

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 *)item

Parameters

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 *)item

Parameters

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 *)item

Parameters

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 *)response

Parameters

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 *)newInfo

Parameters

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 *)removedInfo

Parameters

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 *)updatedInfo

Parameters

updatedInfo

Updated pinned session

Discussion

Notification for updating a new pinned session

Declared In

NIMChatExtendManagerProtocol.h