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
Image Bubble — CometChat documentation.
CometChatImageBubble
<com.cometchat.chatuikit.shared.views.CometChatImageBubble.CometChatImageBubble android:id="@+id/image_bubble" android:layout_width="228dp" android:layout_height="168dp" />
CometChatImageBubble cometChatImageBubble=view.findViewById(R.id.image_bubble); cometChatImageBubble.setImageUrl("https://images.pexels.com/photos/1496372/pexels-photo-1496372.jpeg",R.drawable.black_placeholder,false);
val cometChatImageBubble: CometChatImageBubble = view.findViewById(R.id.image_bubble) cometChatImageBubble.setImageUrl( "https://images.pexels.com/photos/1496372/pexels-photo-1496372.jpeg", R.drawable.black_placeholder, false)
Was this page helpful?