Class: Toybox.Application.WatchFaceConfig.Settings
- Inherits:
-
Toybox.Lang.Object
Overview
Contains all settings associated with a watchface config.
Instance Member Summary collapse
-
accentColor as WatchFaceConfig.Color or Null
WatchFace accent color selected by the user,
null
if not available. -
complicationColor as WatchFaceConfig.Color or Null
WatchFace complication color selected by the user,
null
if not available. -
complicationSettings as Lang.Array<WatchFaceConfig.ComplicationRef> or Null
WatchFace complication settings,
null
if not available. -
styleId as Lang.Number or Null
WatchFace style id selected by the user,
null
if not available.
Instance Attribute Details
var accentColor as WatchFaceConfig.Color or Null
WatchFace accent color selected by the user, null
if not available.
var complicationColor as WatchFaceConfig.Color or Null
WatchFace complication color selected by the user, null
if not available.
var complicationSettings as Lang.Array<WatchFaceConfig.ComplicationRef> or Null
WatchFace complication settings, null
if not available.
var styleId as Lang.Number or Null
WatchFace style id selected by the user, null
if not available.