-
public interface WatchChannel
-
-
Method Summary
Modifier and Type Method Description abstract Call<ChannelController>invoke(String cid, Integer messageLimit)Watches the given channel and returns a ChannelController -
-
Method Detail
-
invoke
@CheckResult() abstract Call<ChannelController> invoke(String cid, Integer messageLimit)
Watches the given channel and returns a ChannelController
- Parameters:
cid- the full channel id.messageLimit- how many messages to load on the first request
-
-
-
-