ChannelMarkReadListener

Listener for ChatClient.markRead requests.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun onChannelMarkReadPrecondition(channelType: String, channelId: String): Result<Unit>

Run precondition for the request. If it returns Result.Success then the request is run otherwise it returns Result.Failure and no request is made.