Package 

Interface GetUnreadChannelCount

    • Method Summary

      Modifier and Type Method Description
      abstract Call<LiveData<Integer>> invoke() Returns the number of channels with unread messages for the given user.
      • Methods inherited from class java.lang.Object

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

      • invoke

        @CheckResult() abstract Call<LiveData<Integer>> invoke()

        Returns the number of channels with unread messages for the given user. You might also be interested in GetTotalUnreadCount Or ChannelController.unreadCount