@Saif
Thank you.
The user is not expected to manually reload the page. Essentially, I am building an app to translate the end-user’s message to English as soon as the message is received and would like the translated message to be displayed in the conversation_user_info section. The suggestion for this is using "window.parent.location.reload()’. However this results in a cross-origin error Uncaught DOMException: Blocked a frame with origin “https:///…” from accessing a cross-origin frame
Thus, I would like to reload the app background whenever any message is received/change is detected in the conversations in the Inbox or any message channel in order to automatically display the translated message in the app background.