Thread Notification Badge State
data class ThreadNotificationBadgeState(val numberOfLocalUnreadThreads: Int = 0, val isUserMentioned: Boolean = false)
Content copied to clipboard
This class defines the state of a thread notification badge.
Constructors
Link copied to clipboard
fun ThreadNotificationBadgeState(numberOfLocalUnreadThreads: Int = 0, isUserMentioned: Boolean = false)
Content copied to clipboard