-
public interface MarkRead
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Boolean> invoke(String cid)
Marks the messages on the specified channel as read
- Parameters:
cid- : the full channel id i.
-
-
-
-