Package 

Interface LoadMessageById

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Message> invoke(String cid, String messageId, Integer olderMessagesOffset, Integer newerMessagesOffset) Loads message for a given message id and channel id
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.LoadMessageById

        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<Message> invoke(String cid, String messageId, Integer olderMessagesOffset, Integer newerMessagesOffset)

        Loads message for a given message id and channel id

        Parameters:
        cid - : the full channel id i.
        messageId - : the id of the message
        olderMessagesOffset - : how many new messages to load before the requested message
        newerMessagesOffset - : how many new messages to load after the requested message