Package 

Interface ThreadLoadMore

    • Method Summary

      Modifier and Type Method Description
      abstract Call<List<Message>> invoke(String cid, String parentId, Integer messageLimit) Loads more messages for the specified thread
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.ThreadLoadMore

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

         abstract Call<List<Message>> invoke(String cid, String parentId, Integer messageLimit)

        Loads more messages for the specified thread

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