Package 

Interface LoadNewerMessages

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Channel> invoke(String cid, Integer messageLimit) Loads newer messages for the channel
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.LoadNewerMessages

        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<Channel> invoke(String cid, Integer messageLimit)

        Loads newer messages for the channel

        Parameters:
        cid - : the full channel id i.
        messageLimit - : how many new messages to load