Forwards a click on restart button to browser
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"
}
Subscribes to release info updates from 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
Forwards a click on retry update button to browser
This describes the messages that will be sent to the native layer,