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

GetTotalUnreadCountImpl

class GetTotalUnreadCountImpl : GetTotalUnreadCount

Constructors

<init>

GetTotalUnreadCountImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

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