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
On this page