You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Color when not read by everyone: #999999
Color when read by everyone: #1D74F5
Description
When the setting Message_Read_Receipt_Enabled is enabled, the Message objects are going to have a property called unread. The app needs to map this value and show a "check" information on the right side of the timestamp of the message. When feature is disable, this check image is not displayed.
If the setting Message_Read_Receipt_Store_Users is enabled, when user long press the message, we're going to have a new option called Information that will display only the message in a new screen and below the message there will be a list of users that read the message.
General information
unread(Boolean)Message_Read_Receipt_EnabledMessage_Read_Receipt_Store_UsersAssets
Check.zip
Color when not read by everyone:
#999999Color when read by everyone:
#1D74F5Description
When the setting
Message_Read_Receipt_Enabledis enabled, the Message objects are going to have a property calledunread. The app needs to map this value and show a "check" information on the right side of the timestamp of the message. When feature is disable, this check image is not displayed.If the setting
Message_Read_Receipt_Store_Usersis enabled, when user long press the message, we're going to have a new option called Information that will display only the message in a new screen and below the message there will be a list of users that read the message.