Interface MarkAllReadListener
-
- All Implemented Interfaces:
public interface MarkAllReadListenerListener for ChatClient.markAllRead requests.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonMarkAllReadRequest()Register this side effect to run just before actual ChatClient.markAllRead request is launched. -
-
Method Detail
-
onMarkAllReadRequest
abstract Unit onMarkAllReadRequest()
Register this side effect to run just before actual ChatClient.markAllRead request is launched.
-
-
-
-