How to custom profile view visibility #119
leo-shin
announced in
Conversation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
Summary
Guide for customizing the visibility of the conversation header and the message sender’s profile view.
Guide & Snippet
iOS
Customizing Profile Visibility in Conversation Header and Message List
This guide explains how to customize the visibility of the profile view in the Conversation Header and the Message Sender Profile in the conversation message list.
1. Customizing the Profile View in the Conversation Header
shouldShowProfile
property in the AIAgentMessenger.config.conversation.header.Example:
Explanation:
shouldShowProfile
= true → Displays the profile view in the header (default).shouldShowProfile
= false → Hides the profile view in the header.⸻
2. Customizing the Sender Profile in the Message List
showSenderProfile
property in the AIAgentMessenger.config.conversation.list.Example
shouldShowSenderProfile
= true → Displays the sender’s profile image next to each message (default).shouldShowSenderProfile
= false → Hides the sender’s profile image in the message list.Android
Customizing Profile Visibility in Conversation Header and Message List
This guide explains how to customize the visibility of the profile view in the Conversation Header and the Message Sender Profile in the conversation message list.
1. Customizing the Profile View in the Conversation Header
shouldShowProfile
property in the AIAgentMessenger.config.conversation.header.Example:
Explanation:
⸻
2. Customizing the Sender Profile in the Message List
showSenderProfile
property in the AIAgentMessenger.config.conversation.list.Example
JS
Header
// code block
Reference
No response
Screenshots
shouldShowSenderProfile = true
shouldShowSenderProfile = false
Beta Was this translation helpful? Give feedback.
All reactions