messageTintColor
Declaration
var messageTintColor: UIColor? { get }Discussion
Override to provide a message tint color, e.g. to match the content of the message, or your app’s brand color.
This color will be drawn either in a material or as a solid color, depending on transcript context. The default value is nil, which renders the plugin balloon with the system standard background color. This must be a simple RGB color - other color types such as displayP3 or pattern images are not supported. This also does not support dynamic colors. If your color needs to be dynamic, you must call invalidateMessageTintColor when the dynamic conditions change.