unreadCount

val unreadCount: Int = 0

Deprecated

Use the extension property Channel.currentUserUnreadCount instead

Replace with

import io.getstream.chat.android.client.extensions.currentUserUnreadCount
currentUserUnreadCount

Parameters

unreadCount

The number of unread messages for the current user.