9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: application/application-interfaces.ts

Event data containing information for launch event.

Extends

Properties

android?

ts
optional android?: Intent;

Defined in: application/application-interfaces.ts


eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

EventData.eventName


ios?

ts
optional ios?: any;

Defined in: application/application-interfaces.ts


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

EventData.object


root?

ts
optional root?: View;

Defined in: application/application-interfaces.ts

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?

ts
optional savedInstanceState?: any;

Defined in: application/application-interfaces.ts