Chat Message
You can use the Chat Message UI Pattern to display conversational posts in notifications or chat screens. It can be used to display content such as photos, text, images, delivery times, and statuses.
How to use the Chat Message UI Pattern
-
In Service Studio, in the Toolbox, search for
Chat Message
.The Chat Message widget is displayed.
-
From the Toolbox, drag the Chat Message widget into the Main Content area of your application's screen.
By default, the Chat Message widget contains Image and Content placeholders.
-
Add the relevant content to the placeholders.
In this example, we add the user avatar to the Image placeholder and text to the Content placeholder.
Alternatively, you can use, for example, a List to display a Chat Message for each message record on an entity. You can also use a form to allow users enter their messages. By using the relevant expressions and logic, once the user sends their message, refresh the list of messages so it appears as a conversational post.
-
You can customize the Chat Message's look and feel by setting the (optional) properties on the Properties tab.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Property | Description |
---|---|
DisplayOnRight (Boolean): Optional | If True, the pattern is right aligned. If False, the pattern is left aligned. This is the default value. |
Time (Time): Optional | Message timestamp. |
MessageStatus (MessageStatus Identifier): Optional | The status of the current message, for example, sent recieved, read, and hidden. |
ExtendedClass (Text): Optional | Add custom style classes to the Chat Message UI Pattern. You define your custom style classes in your application using CSS. Examples
|