Class: Toybox.WatchUi.ConfirmationDelegate
- Inherits:
-
Toybox.Lang.Object
Overview
ConfirmationDelegate responds to a Confirmation selection.
See Also:
Instance Method Summary collapse
-
onResponse(response as WatchUi.Confirm) as Lang.Boolean
A confirmation selection was made.
Instance Method Details
onResponse(response as WatchUi.Confirm) as Lang.Boolean
A confirmation selection was made.
This method is called when a Confirmation response is selected, and receives the response as an argument. The response is either a CONFIRM_NO or CONFIRM_YES value.