Dismiss the Currently Displayed Config UI (xui.dismiss)
Declaration
xui.dismiss()
Description
Attempt to let the App dismiss the configuration UI and return to the main screen.
This function is non-blocking and has no return value. It will bring the App to foreground to try dismissing the config UI; if no config UI is being shown, nothing happens.
See the config UI standard: XUI
Examples
xui.dismiss()