Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
LaunchEventData
LaunchEventData
interface LaunchEventData extends EventData { android: Intent; ios: any; root: View; savedInstanceState: any; }
Event data containing information for launch event.
Summary
Properties
android
ios
root
root?: View
The root view for this Window on iOS or Activity for Android.
If not set a new Frame will be created as a root view in order to maintain backwards compatibility.
If explicitly set to null, there will be no root view.
savedInstanceState
- Previous
- KeyframeInfo
- Next
- LoadAppCSSEventData