Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

CometChatTextBubble is the content view shown for TextMessage.

Properties

NameTypeDescription
textstringText to be displayed
textStyleTextBubbleStyleStyling properties and values of the Text bubble element

TextBubbleStyle

NameDescription
textFontSets all the different properties of font for the text. Reference link
textColorSets the foreground color of the text.

Usage

<!--use the element-->
<cometchat-text-bubble
[text]="'Hey, there!!'"
></cometchat-text-bubble>