Package 

Interface QueryChannels

    • Method Summary

      Modifier and Type Method Description
      abstract Call<QueryChannelsController> invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit) Queries offline storage and the API for channels matching the filter Returns a queryChannelsController
      • Methods inherited from class java.lang.Object

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

      • invoke

        @CheckResult() abstract Call<QueryChannelsController> invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit)

        Queries offline storage and the API for channels matching the filter Returns a queryChannelsController

        Parameters:
        filter - the filter object
        sort - how to sort the channels (default is last_message_at)
        limit - the number of channels to retrieve
        messageLimit - how many messages to retrieve per channel