8.7 released—WinterCG Compliance Part 1
Learn more
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