8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
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
savedInstanceState
2 properties inherited from EventData
Click to expand

Properties

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