Interfaces
LaunchEventData
Event data containing information for launch event.
Defined in: application/application-interfaces.ts
Event data containing information for launch event.
Extends
Properties
android?
optional android?: Intent;Defined in: application/application-interfaces.ts
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
ios?
optional ios?: any;Defined in: application/application-interfaces.ts
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
root?
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?
optional savedInstanceState?: any;Defined in: application/application-interfaces.ts
- Previous
- KeyedTemplate