Skip to content

RtkChatBottomSheet

Fully featured chat screen with image and file upload and auto-scroll.

Methods

MethodParametersDescription
showfragmentManager: FragmentManager, tag: String?Display the chat bottom sheet

Usage Examples

Basic Usage

Kotlin
val rtkChatBottomSheet = RtkChatBottomSheet()
rtkChatBottomSheet.show(fragmentManager, "CHAT_TAG")