Package 

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
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.WatchChannel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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