Interfaces
AndroidActivityBackPressedEventData
AndroidActivityBackPressedEventData
interface AndroidActivityBackPressedEventData extends AndroidActivityEventData { cancel: boolean; }
Data for the Android activity back pressed event.
Summary β
Properties
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
On this page