Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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