ActionableMessage
data class ActionableMessage(val title: String, val description: String?, val button: Item.ContactManagement.LabeledButton, val contentDescription: String?)
Constructors
Link copied to clipboard
constructor(title: String, description: String?, button: Item.ContactManagement.LabeledButton, contentDescription: String?)