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

GetUnreadChannelCount

interface GetUnreadChannelCount

Functions

invoke

Returns the number of channels with unread messages for the given user. You might also be interested in GetTotalUnreadCount Or ChannelController.unreadCount

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

Inheritors

GetUnreadChannelCountImpl

class GetUnreadChannelCountImpl : GetUnreadChannelCount