onAppStart

The event occurs when an app is started but before a record is loaded and the OnAppInitialized event is fired. Default Values are set at this point.

    console.log("app is started and initialized");

Last updated