ThreadNotificationBadgeState

data class ThreadNotificationBadgeState(val numberOfLocalUnreadThreads: Int = 0, val isUserMentioned: Boolean = false)

This class defines the state of a thread notification badge.

Constructors

Link copied to clipboard
fun ThreadNotificationBadgeState(numberOfLocalUnreadThreads: Int = 0, isUserMentioned: Boolean = false)

Properties

Link copied to clipboard
val isUserMentioned: Boolean = false
Link copied to clipboard
val numberOfLocalUnreadThreads: Int = 0