Package 

Interface QueryChannelsLoadMore

    • Method Summary

      Modifier and Type Method Description
      abstract Call<List<Channel>> invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit) Load more channels for this query
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.QueryChannelsLoadMore

        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<Channel>> invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit)

        Load more channels for this query

        Parameters:
        filter - the filter for querying channels, see https://getstream.io/chat/docs/query_channels/?
        sort - the sort for the channels, by default will sort on last_message_at
        limit - the number of channels to retrieve
        messageLimit - how many messages to fetch per chanel