Class: Toybox.WatchUi.Confirmation
- Inherits:
-
Toybox.Lang.Object
Overview
A representation of a confirmation dialog.
A Confirmation is a special View that presents the user with a yes/no question. After an option is selected, the registered onResponse() method will be called. A Confirmation is pushed using pushView(), which provides a ConfirmationDelegate as the input delegate.
See Also:
Note:
The look and feel of a confirmation dialog is device-specific.
Instance Method Summary collapse
-
initialize(message as Lang.String)
Constructor.
Instance Method Details
initialize(message as Lang.String)
Constructor