Package 

Interface GetTotalUnreadCount

    • Method Summary

      Modifier and Type Method Description
      abstract Call<LiveData<Integer>> invoke() Returns the total unread messages count for the current user.
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.GetTotalUnreadCount

        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<LiveData<Integer>> invoke()

        Returns the total unread messages count for the current user. You might also be interested in GetUnreadChannelCount Or ChannelController.unreadCount