Enumeration
SystemMessage.Style
public enum Style
The style of the SystemMessage.
You can use these styles to quickly format system messages.
Relationships
Member Of
SystemMessage
Use this MessageType when the Sender is a SystemSender
Enumeration Cases
transfer
case transfer(from: String, to: String)
Used for transfers from one user to another.
A user is messaging a provider and is transferred to another provider would be an example.
file
case file(from: String)
Used to show that the user uploaded a file that the view controller may not visually support rendering of.
fileRequest
case fileRequest(from: String, to: String)
Used to show that a file request was sent to the user.
custom
case custom(
string: String,
foregroundColor: UIColor = ColorManager.Neutral.fiveHundred,
showsDate: Bool = false
)
A custom style