Class: Toybox.Application.WatchFaceConfig.Settings

Overview

Contains all settings associated with a watchface config.

Since:

API Level 5.1.0

Supported Devices:

Instance Member Summary collapse

Instance Attribute Details

var accentColor as WatchFaceConfig.Color or Null

WatchFace accent color selected by the user, null if not available.

Since:

API Level 5.1.0

var complicationColor as WatchFaceConfig.Color or Null

WatchFace complication color selected by the user, null if not available.

Since:

API Level 5.1.0

var complicationSettings as Lang.Array<WatchFaceConfig.ComplicationRef> or Null

WatchFace complication settings, null if not available.

Since:

API Level 5.1.0

var styleId as Lang.Number or Null

WatchFace style id selected by the user, null if not available.

Since:

API Level 5.1.0


Generated Apr 1, 2025, 11:14:47 AM