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

Defined in: application/application-interfaces.ts

Data for the Android activity newIntent event.

Extends

Properties

activity

ts
activity: AppCompatActivity;

Defined in: application/application-interfaces.ts

The activity.

Inherited from

AndroidActivityEventData.activity


eventName

ts
eventName: string;

Defined in: application/application-interfaces.ts

The name of the event.

Inherited from

AndroidActivityEventData.eventName


intent

ts
intent: any;

Defined in: application/application-interfaces.ts

The intent.


object

ts
object: any;

Defined in: application/application-interfaces.ts

The instance that has raised the event.

Inherited from

AndroidActivityEventData.object