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