Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
AndroidActivityBackPressedEventData
AndroidActivityBackPressedEventData
interface AndroidActivityBackPressedEventData extends AndroidActivityEventData { cancel: boolean; }
Data for the Android activity back pressed event.
Summary 
Properties 
cancel 
In the event handler, set this value to true if you want to cancel the back navigation and do something else instead.
- Previous
 - AlertOptions