-
public interface ReplayEventsForActiveChannels
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<List<ChatEvent>> invoke(String cid)
Adds the specified channel to the active channels Replays events for all active channels This ensures that your local storage is up to date with the server
- Parameters:
cid- : the full channel id i.
-
-
-
-