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.
Android
File Bubble — CometChat documentation.
CometChatFileBubble
CometChatFileBubble fileBubble = new CometChatFileBubble(getContext()); fileBubble.setFileUrl("https://images.pexels.com/photos/1496372/pexels-photo-1496372.jpeg", "Sample file", "image");
val fileBubble = CometChatFileBubble(getContext()) fileBubble.setFileUrl( "https://images.pexels.com/photos/1496372/pexels-photo-1496372.jpeg", "Sample file", "image")
Was this page helpful?