Represents an object that enables the support for hardware buttons on Android devices.
You can access the object by using the launchbox.BackAction
reference.
Name | Description | Return type |
---|---|---|
addListener | Adds a hardware button listener to the list of listeners. |
undefined |
removeListener | Removes the listener from a list of listeners of the |
undefined |
fireDefaultBackButtonAction |
This method triggers the device's default action of the hardware "back" button, e.g. closes the application. |
undefined |