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"} Copy
{ "env": "development", "locale": "en"}
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
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: