/
Phone API Reference - UI Extended - genericConfirm
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. |
Related content
Phone API Reference - UI Extended - genericConfirm.show
Phone API Reference - UI Extended - genericConfirm.show
More like this
Phone API Reference - UI Extended - genericForm.show
Phone API Reference - UI Extended - genericForm.show
More like this
Phone API Reference - UI Extended
Phone API Reference - UI Extended
More like this
Phone API Reference - Extended - app
Phone API Reference - Extended - app
More like this
Phone API Reference - Extended - app.checkRequired
Phone API Reference - Extended - app.checkRequired
More like this
Phone API Reference - UI Extended - genericForm
Phone API Reference - UI Extended - genericForm
More like this