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

invoke

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

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

Return
A call object with LiveData as the return type

See Also

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

io.getstream.chat.android.livedata.controller.ChannelController.unreadCount