markAllItemsAsRead

abstract fun markAllItemsAsRead(channel: Channel)

Mark all items (posts) in a channel as read.

This method updates the channel locally to indicate that all posts in the channel have been read. It is useful for updating the UI, but please note that this operation does not synchronize the read status across different clients. The change is applied only on the local instance of the application.

Parameters

channel

The Channel object whose items are marked as read.