Interfaces
AndroidActivityBundleEventData
Data for the Android activity events with bundle.
Defined in: application/application-interfaces.ts
Data for the Android activity events with bundle.
Extends
Properties
activity
activity: AppCompatActivity;Defined in: application/application-interfaces.ts
The activity.
Inherited from
AndroidActivityEventData.activity
bundle
bundle: Bundle;Defined in: application/application-interfaces.ts
The bundle.
eventName
eventName: string;Defined in: application/application-interfaces.ts
The name of the event.
Inherited from
AndroidActivityEventData.eventName
object
object: any;Defined in: application/application-interfaces.ts
The instance that has raised the event.
Inherited from
- Previous
- AndroidActivityBackPressedEventData