Class: Toybox.WatchUi.WatchFaceDelegate
- Inherits:
-
Toybox.Lang.Object
Overview
Receive events on a Watch Face.
See Also:
Instance Method Summary collapse
-
onPowerBudgetExceeded(powerInfo as WatchUi.WatchFacePowerInfo) as Void
Handle a partial update exceeding the power budget.
-
onPress(clickEvent as WatchUi.ClickEvent) as Lang.Boolean
Called when user does a touch and hold.
Instance Method Details
onPowerBudgetExceeded(powerInfo as WatchUi.WatchFacePowerInfo) as Void
Handle a partial update exceeding the power budget.
If the onPartialUpdate() callback of the associated WatchFace exceeds the power budget of the device, this method will be called with information about the limits that were exceeded.
onPress(clickEvent as WatchUi.ClickEvent) as Lang.Boolean
Called when user does a touch and hold