Chatroom Page
This page is a chatroom.
Last updated
This page is a chatroom.
Last updated
If you don’t need to do any customisation other than global theme customisation, you can use our AmityMessageListActivity. Use the intent to move from one activity to the AmityChatHomePageActivity as follows:
If you need to customize the user interface, you can use our AmityChatRoomFragment
.
Toolbar Option
We provide an ability to enable or disable Chatroom's toolbar by using enableChatToolbar(boolean)
when initializing a fragment instance.
By default the UIKit comes with toolbar enabled.
Connection Bar Option
We provide an ability to enable or disable Chatroom's connection bar by using enableConnectionBar(boolean)
when initializing a fragment instance.
By default the UIKit comes with connection bar enabled.
Compose bar Option
There are two compose bar options avaialble in the UIKit.
AmityChatRoomComposeBar.DEFAULT
- has full functionalities including text, audio, and image message sending
AmityChatRoomComposeBar.TEXT
- has simple functionalities which are only limited to text message sending
By default the UIKit comes with AmityChatRoomComposeBar.DEFAULT
.