Phone API Reference - UI Extended - genericConfirm
genericConfirm
Creates a confirmation popup and responds to user input.
Â
Require Extended Library:Â
var genericConfirm = require('genericConfirm'); |
Methods
Name | Description |
---|---|
Displays a confirmation prompt to the user. All widgets currently on screen are hidden while the user is prompted for a choice. When the user makes a choice, the widgets are shown again, and a callback is executed with the user's choice passed as a parameter. |
Â