Interfaces
AndroidActivityBackPressedEventData
Data for the Android activity back pressed event.
Defined in: application/application-interfaces.ts
Data for the Android activity back pressed event.
Extends
Properties
activity
activity: AppCompatActivity;Defined in: application/application-interfaces.ts
The activity.
Inherited from
AndroidActivityEventData.activity
cancel
cancel: boolean;Defined in: application/application-interfaces.ts
In the event handler, set this value to true if you want to cancel the back navigation and do something else instead.
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
- AlertOptions