-
@Deprecated(message = Use ChatDomain::totalUnreadCount instead, level = DeprecationLevel.ERROR) public interface GetTotalUnreadCount
-
-
Method Summary
-
-
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
-
-
-
-