Contact Center SDK for iOS API reference
|
An interface that contains chat callback events. More...
#include <ZoomCCInterface.h>
Instance Methods | |
(void) | - onChatService:unreadMsgCountChanged: |
This method is called when the unread messages count changes. | |
![]() | |
(void) | - onService:error:detail: |
Callback: Invoked when errors occur. | |
(void) | - onService:error:detail:description: |
Callback: Invoked when errors occur. | |
(void) | - onService:engagementStart: |
Callback: Invoked when the service creates an engagement. | |
(void) | - onService:engagementEnd: |
Callback: Invoked when the engagement ends. | |
(void) | - onService:eventChange: |
Callback: Invoked when a change has occurred, such as a change made by user action. | |
(void) | - onService:loginStatusChanged: |
Callback: Invoked when the login status changes. | |
An interface that contains chat callback events.
|
optional |
This method is called when the unread messages count changes.
service | The current service. |
count | The count of unread messages. |