← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkChatBottomSheet
Fully featured chat screen with image and file upload and auto-scroll.
Methods
| Method | Parameters | Description |
|---|---|---|
show |
fragmentManager: FragmentManager, tag: String? |
Display the chat bottom sheet |
Usage Examples
Basic Usage
val rtkChatBottomSheet = RtkChatBottomSheet()
rtkChatBottomSheet.show(fragmentManager, "CHAT_TAG")