Class: Toybox.WatchUi.ActionMenuDelegate
- Inherits:
-
Toybox.Lang.Object
Overview
Class that represents an action menu delegate, which can be used to relay events regarding the action menu.
Instance Method Summary collapse
-
initialize()
Constructor for the ActionMenuDelegate.
-
onBack() as Void
An ActionMenu back key was pressed.
-
onSelect(item as WatchUi.MenuItem) as Void
An ActionMenu MenuItem was selected.
Instance Method Details
initialize()
Constructor for the ActionMenuDelegate
onBack() as Void
An ActionMenu back key was pressed. If this method is not overridden, it will pop the active view.
onSelect(item as WatchUi.MenuItem) as Void
An ActionMenu MenuItem was selected.