Chat UIKit Jetpack Compose v3
Chat UIKit Jetpack Compose
Chat UIKit
Jetpack Compose
Version 3
Screens
Copy link
UIKit for Jetpack Compose allows you to create customizable composables and execute essential chat functions such as list channels, create channels, and chat in channels. A screen has a corresponding ViewModel
and Repository
that provides the necessary data from Sendbird Chat SDK.
List of screens
Copy link
Screen | ViewModel | Repository |
---|---|---|
ChannelsViewModel | ChannelsScreenResourceRepository | |
ChannelViewModel | ChannelScreenResourceRepository | |
ChannelCreationViewModel | ChannelCreationScreenResourceRepository | |
ChannelSettingsViewModel | ChannelSettingsScreenResourceRepository | |
UserInvitationViewModel | UserInvitationScreenResourceRepository | |
MembersViewModel | MembersScreenResourceRepository |
On this page