Protocols

The following protocols are available globally.

  • Implement this protocol in order to receive events from the server.

    • Tag: ContactCenterEventsDelegating
    See more

    Declaration

    Swift

    public protocol ContactCenterEventsDelegating : AnyObject
  • Provides chat and voice interactions. This API can be used for development of rich contact applications, such as customer-facing mobile and web applications for advanced chat, voice, and video communications with Bright Pattern Contact Center-based contact centers. Sends poll request to the backend repeatedly for get new chat events. The chat events are received through delegate

    See more

    Declaration

    Swift

    public protocol ContactCenterCommunicating