Skip to main content

ChatChannelWatcherListControllerDelegate

ChatChannelWatcherListController uses this protocol to communicate changes to its delegate.

public protocol ChatChannelWatcherListControllerDelegate: DataControllerStateDelegate 

Inheritance

DataControllerStateDelegate

Requirements

channelWatcherListController(_:​didChangeWatchers:​)

The controller observed a change in the channel watcher list.

func channelWatcherListController(
_ controller: ChatChannelWatcherListController,
didChangeWatchers changes: [ListChange<ChatUser>]
)

Did you find this page helpful?