library / io.getstream.chat.android.livedata.usecase / GetUnreadChannelCountImpl

GetUnreadChannelCountImpl

class GetUnreadChannelCountImpl : GetUnreadChannelCount

Constructors

<init>

GetUnreadChannelCountImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

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>>