CustomMessage
data class CustomMessage(val body: String, val button: AlertMessage.CustomMessage.Button? = null) : AlertMessage
Custom message representing a message that can be customized in its own display body and clickable action
Custom message representing a message that can be customized in its own display body and clickable action