ContactCenterEventsDelegating
public protocol ContactCenterEventsDelegating : AnyObject
Implement this protocol in order to receive events from the server.
- Tag: ContactCenterEventsDelegating
-
Called when new events received from the server
Declaration
Swift
func chatSessionEvents(result: Result<[ContactCenterEvent], Error>)Parameters
resultArray of
ContactCenterEventevents
ContactCenterEventsDelegating Protocol Reference