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

GetTotalUnreadCount

interface GetTotalUnreadCount

Functions

invoke

Returns the total unread messages count for the current user. You might also be interested in GetUnreadChannelCount Or ChannelController.unreadCount

abstract operator fun invoke(): Call2<LiveData<Int>>

Inheritors

GetTotalUnreadCountImpl

class GetTotalUnreadCountImpl : GetTotalUnreadCount