Contact Center SDK for iOS API reference
Loading...
Searching...
No Matches
Instance Methods | List of all members
<ZoomCCChatServiceDelegate> Protocol Reference

An interface that contains chat callback events. More...

#include <ZoomCCInterface.h>

Inheritance diagram for <ZoomCCChatServiceDelegate>:
<ZoomCCServiceDelegate>

Instance Methods

(void) - onChatService:unreadMsgCountChanged:
 This method is called when the unread messages count changes.
 
- Instance Methods inherited from <ZoomCCServiceDelegate>
(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.
 

Detailed Description

An interface that contains chat callback events.

Method Documentation

◆ onChatService:unreadMsgCountChanged:

- (void) onChatService: (id< ZoomCCChatService >) service
unreadMsgCountChanged: (NSUInteger) count 
optional

This method is called when the unread messages count changes.

Parameters
serviceThe current service.
countThe count of unread messages.

The documentation for this protocol was generated from the following file: