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