markAsRead

suspend fun SendbirdChat.markAsRead(channelUrls: List<String>)

Deprecated

As of 4.17.0, replaced with awaitMarkAsRead(channelUrls).

Replace with

awaitMarkAsRead(channelUrls)

Sends mark as read to joined GroupChannels. This method has rate limit. You can send one request per second. It returns SendbirdException if you exceed the rate limit.

Since

4.15.0

Parameters

channelUrls

Channel Urls.