Customize Chat Features
If you are using the default interface from TapTalk.io UI implementation type, you can choose to enable or disable the available chat features that we provided by using the TapUI class.
Enable / Disable Message Read Status
You can choose to enable or disable read status of messages in room list and chat room. When disabled, read messages will show as delivered instead. Read status is enabled by default.
Enable / Disable Add Contact Feature
You can also choose to enable or disable the user from adding another user as TapTalk contact.
Customize Room List Features
The following features in TapTalk default room list can be customized:
• Close Room List Button
• Search Chat
• My Account
• Start New Chat
Customize Chat Room Features
The following features in TapTalk default chat room can be customized:
• User / Group Profile Button
• Add to Contacts
• Mention Username
• Send Voice Note
• Link Preview in Message Bubble
Customize Chat Room Attachments
You can choose to enable or disable message attachments in chat room as follows:
• Documents
• Camera
• Gallery
• Location (requires Google Places API Key)
Customize Chat Bubble Long Press Action
You can choose to enable or disable long press action menus in chat room as follows:
• Reply Message
• Forward Message
• Edit Message
• Delete Message
• Delete Others' Message by Admin
• Message Info
• Save Media to Gallery
• Save Document
• Open Link
• Compose Email
• Dial Number
• Send SMS
• View Profile
• Send Message
• Report Message (disabled by default)
Customize Start New Chat Features
If setNewChatButtonInRoomListVisible
is enabled (default), you can also customize the availability of its contents:
• Add New Contact (add contact by search)
• Scan QR Code (add contact by scanning QR code)
• Create new group
Customize My Account Page
You can choose to show or hide the logout and delete account button in TapTalk My Account page.
Customize User Profile Page
You can choose to show or hide the add to contacts & report/block button in TapTalk Chat Profile page.
Customize Star Message Menu
To enable or disable star message menu in chat room and chat profile page, you may call setStarMessageMenuEnabled:
method from TapUI class. This feature is enabled by default.
Customize Room List Item Swipe Menu
User is able to swipe an item in the room list page to quickly complete some actions. To enable/disable this feature, you may call the following methods below.
Customize Saved Messages Feature
To enable or disable Saved Messages feature, call the setSavedMessagesMenuEnabled:
from TapUI. This feature is enabled by default. Disabling this feature when the user has previously used it will not remove the user's existing messages that has been sent to the Saved Messages chat room.
Customize Pin Message Menu
To enable or disable pin message menu in chat room, you may call setPinMessageMenuEnabled:
method from TapUI class. This feature is enabled by default.
Last updated
Was this helpful?