CometChatTextBubble
is the content view shown for TextMessage.
Methods | Type | Description |
---|---|---|
set(text: String) | String | the text to display |
set(style: TextBubbleStyle) | TextBubbleStyle | used to customize appearance of this bubble |
TextBubbleStyle
is the class containing attributes to customize appearance of this widget.
Methods | Type | Description |
---|---|---|
set(titleFont: UIFont) | UIFont | used to set font of the text of the message |
set(titleColor: UIColor) | UIColor | used to set color of the text of the message |
set(background: UIColor) | UIColor | used to set background color |
set(borderColor: UIColor) | UIColor | used to set a border color |
set(borderWidth: CGFloat) | CGFloat | used to set border |
set(cornerRadius: CometChatCornerStyle) | CometChatCornerStyle | used to set border radius |