interface GetUnreadChannelCount
invoke |
Returns the number of channels with unread messages for the given user. You might also be interested in GetTotalUnreadCount Or ChannelController.unreadCount abstract operator fun invoke(): Call2<LiveData<Int>> |
GetUnreadChannelCountImpl |
class GetUnreadChannelCountImpl : GetUnreadChannelCount |