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
result
Array of
ContactCenterEvent
events