Class: Toybox.WatchUi.MenuInputDelegate
- Inherits:
-
Toybox.Lang.Object
Overview
MenuInputDelegate responds to a Menu selection.
This class should be extended to handle selected Menu items.
See Also:
Instance Method Summary collapse
-
onMenuItem(item as Lang.Symbol) as Void
A Menu item was chosen.
Instance Method Details
onMenuItem(item as Lang.Symbol) as Void
A Menu item was chosen.
This method is called when a Menu item has been selected, and receives the Menu item as an argument.