Skip to content

RtkChatBottomSheet

Last updated View as MarkdownAgent setup

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")

Was this helpful?