Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The version selector is temporarily unavailable. Open any version directly →
Android
Text Bubble — CometChat documentation.
CometChatTextBubble
TextBubbleStyle
<com.cometchat.chatuikit.shared.views.CometChatTextBubble.CometChatTextBubble android:id="@+id/text_bubble" android:layout_width="wrap_content" android:layout_height="wrap_content" />
CometChatTextBubble cometChatTextBubble=view.findViewById(R.id.text_bubble); cometChatTextBubble.setText("Keep calm and chat on!");
val cometChatTextBubble: CometChatTextBubble = findViewById(R.id.text_bubble) cometChatTextBubble.setText("Keep calm and chat on!")
Was this page helpful?