MainWatchState
enum MainWatchState : Int
Choose which of the states to display in the main screen of the Watch app. The secondary screen will always be a keytag list.
-
Only display the text report of the cleantime.
Declaration
Swift
case text
-
Only display the highest achieved keytag.
Declaration
Swift
case keytag
-
Only display the highest achieved keytag (if less than a year), or the last medallion (if a year or more). This is the default.
Declaration
Swift
case medallion