Sends an initial message to the native layer. This is the opportunity for the native layer to provide the initial state of the application or any configuration, for example:
{
"env": "development",
"locale": "en"
}
This will be sent when the user chooses to leave the current site
Subscribe to theme update notifications from the native layer.
Unsubscribe function
This will be sent when the user chooses to open the current site in the browser
This will be sent if the application fails to load.
This will be sent if the application has loaded, but a client-side error has occurred that cannot be recovered from
This will be sent when the user chooses to visit the current site despite warnings. Kept for compatibility with existing special-error flows.
This will be sent when the user clicks the Advanced Info button