8.7 released—WinterCG Compliance Part 1
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