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 for the sceneContinueUserActivity event, raised for Handoff and universal links directed at a scene.

Replaces the applicationContinueUserActivityRestorationHandler app delegate callback, which UIKit no longer calls once the app adopts scenes.

Extends

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

SceneEventData.android


connectionOptions?

ts
optional connectionOptions?: UISceneConnectionOptions;

Defined in: application/application-interfaces.ts

Scene connection options (for sceneWillConnect event).

Inherited from

SceneEventData.connectionOptions


eventName

ts
eventName: string;

Defined in: application/application-interfaces.ts

The name of the event.

Inherited from

SceneEventData.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

SceneEventData.ios


object

ts
object: any;

Defined in: application/application-interfaces.ts

The instance that has raised the event.

Inherited from

SceneEventData.object


scene?

ts
optional scene?: UIWindowScene;

Defined in: application/application-interfaces.ts

The UIWindowScene instance associated with this event.

Inherited from

SceneEventData.scene


uiWindow?

ts
optional uiWindow?: UIWindow;

Defined in: application/application-interfaces.ts

The UIWindow associated with this scene (if applicable).

Inherited from

SceneEventData.uiWindow


userActivity

ts
userActivity: NSUserActivity;

Defined in: application/application-interfaces.ts

The activity to continue.


userInfo?

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

Defined in: application/application-interfaces.ts

Additional user info from the notification.

Inherited from

SceneEventData.userInfo


window?

ts
optional window?: NativeWindow;

Defined in: application/application-interfaces.ts

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

Inherited from

SceneEventData.window