class GetTotalUnreadCountImpl : GetTotalUnreadCount
<init> |
GetTotalUnreadCountImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
invoke |
Returns the total unread messages count for the current user. You might also be interested in GetUnreadChannelCount Or ChannelController.unreadCount operator fun invoke(): Call2<LiveData<Int>> |