Kvn Message
data class KvnMessage(val id: Long, val heading: String, val priority: KvnMessagePriorityType, val text: String, val context: KvnContext, val brand: KvnBrand)
KvnMessage should be shown to the user based on the context and brand. Show the heading and text to the user and use the id for the other repository functionality
Constructors
Link copied to clipboard
constructor(id: Long, heading: String, priority: KvnMessagePriorityType, text: String, context: KvnContext, brand: KvnBrand)