NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in

Defined in: application/application-interfaces.ts

iOS Event data containing information for scene lifecycle events (iOS 13+).

Extends

Extended by

Properties

android?

ts
optional android?: any;

Defined in: application/application-interfaces.ts

Gets the native Android event arguments. Valid only when running on Android.

Inherited from

ApplicationEventData.android


connectionOptions?

ts
optional connectionOptions?: UISceneConnectionOptions;

Defined in: application/application-interfaces.ts

Scene connection options (for sceneWillConnect event).


eventName

ts
eventName: string;

Defined in: application/application-interfaces.ts

The name of the event.

Inherited from

ApplicationEventData.eventName


ios?

ts
optional ios?: any;

Defined in: application/application-interfaces.ts

Gets the native iOS event arguments. Valid only when running on iOS.

Inherited from

ApplicationEventData.ios


object

ts
object: any;

Defined in: application/application-interfaces.ts

The instance that has raised the event.

Inherited from

ApplicationEventData.object


scene?

ts
optional scene?: UIWindowScene;

Defined in: application/application-interfaces.ts

The UIWindowScene instance associated with this event.


uiWindow?

ts
optional uiWindow?: UIWindow;

Defined in: application/application-interfaces.ts

The UIWindow associated with this scene (if applicable).


userInfo?

ts
optional userInfo?: NSDictionary<any, any>;

Defined in: application/application-interfaces.ts

Additional user info from the notification.


window?

ts
optional window?: NativeWindow;

Defined in: application/application-interfaces.ts

The NativeWindow the scene belongs to, when one is registered for it.