Package 

Interface ReplayEventsForActiveChannels

    • Method Summary

      Modifier and Type Method Description
      abstract Call<List<ChatEvent>> invoke(String cid) Adds the specified channel to the active channels Replays events for all active channels This ensures that your local storage is up to date with the server
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.ReplayEventsForActiveChannels

        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<List<ChatEvent>> invoke(String cid)

        Adds the specified channel to the active channels Replays events for all active channels This ensures that your local storage is up to date with the server

        Parameters:
        cid - : the full channel id i.