ENUM
MessageStyleAttribute
Contents
- Cases
headinginfoerrorwarnrecipientofcommunicationcontentusername
 
public enum MessageStyleAttribute: String, Codable
The message style attribute to configure the MessageView.
Cases
heading
case heading
Heading style for the MessageView.
info
case info
Info style for the MessageView.
error
case error
Error style for the MessageView.
warn
case warn
Warning style for the MessageView.
recipientofcommunication
case recipientofcommunication
Recipient of Communication style for the MessageView.
content
case content
Content style for the MessageView.
username
case username
Username style for the MessageView.