Class: Toybox.WatchUi.ActionMenuDelegate

Overview

Class that represents an action menu delegate, which can be used to relay events regarding the action menu.

Since:

API Level 3.4.0

Supported Devices:

Instance Method Summary collapse

Instance Method Details

initialize()

Constructor for the ActionMenuDelegate

Since:

API Level 3.4.0

onBack() as Void

An ActionMenu back key was pressed. If this method is not overridden, it will pop the active view.

Since:

API Level 3.4.0

onSelect(item as WatchUi.MenuItem) as Void

An ActionMenu MenuItem was selected.

Parameters:

  • item(MenuItem)

    The selected MenuItem.

Since:

API Level 3.4.0


Generated May 31, 2023 8:48:51 AM