Class: Toybox.WatchUi.TextPickerDelegate
- Inherits:
-
Toybox.Lang.Object
Overview
TextPickerDelegate responds to a TextPicker selection.
This class should be extended to handle the specified text.
See Also:
Instance Method Summary collapse
-
onCancel() as Lang.Boolean
Text entry has been canceled.
-
onTextEntered(text as Lang.String, changed as Lang.Boolean) as Lang.Boolean
A text string was entered into a TextPicker.
Instance Method Details
onCancel() as Lang.Boolean
Text entry has been canceled.
onTextEntered(text as Lang.String, changed as Lang.Boolean) as Lang.Boolean
A text string was entered into a TextPicker.
This method is called when text has been specified by a TextPicker, and receives the text String as an argument.