Make your voice heard in 2025 → Answer 8 simple questions in this Survey
Open Survey
AndroidActivityBackPressedEventData
interface AndroidActivityBackPressedEventData extends AndroidActivityEventData {
  cancel: boolean;
}
Data for the Android activity back pressed event.

Summary

Properties

cancel
3 properties inherited from AndroidActivityEventData
Click to expand

Properties

cancel

cancel: boolean
In the event handler, set this value to true if you want to cancel the back navigation and do something else instead.
Previous
AlertOptions