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

Defined in: application/application-interfaces.ts

Data for the Android activity events with bundle.

Extends

Properties

activity

ts
activity: AppCompatActivity;

Defined in: application/application-interfaces.ts

The activity.

Inherited from

AndroidActivityEventData.activity


bundle

ts
bundle: Bundle;

Defined in: application/application-interfaces.ts

The bundle.


eventName

ts
eventName: string;

Defined in: application/application-interfaces.ts

The name of the event.

Inherited from

AndroidActivityEventData.eventName


object

ts
object: any;

Defined in: application/application-interfaces.ts

The instance that has raised the event.

Inherited from

AndroidActivityEventData.object


window?

ts
optional window?: NativeWindow;

Defined in: application/application-interfaces.ts

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

Inherited from

AndroidActivityEventData.window