Searched defs:ConversationState (Results 1 – 1 of 1) sorted by relevance
220 private fun ConversationState.shouldIncrementUnread(newBuilder: Notification.Builder) = in onRankingUpdate() method278 private data class ConversationState(val unreadCount: Int, val notification: Notification) class