NativeAlerts.confirm(title, description, okbuttonlabel, cancelbuttonlabel) Method (JS)
Displays an ok/cancel dialog.
Location
- Namespace
- Fuse.Alerts
- Package
- Fuse.Alerts 2.9.1
Returns
Promise
A boolean promise that resolves to true
if the OK button was pressed and false
if the Cancel button was pressed.