StoredDataType
public enum StoredDataType : String, CaseIterable, Codable
-
Declaration
Swift
case UNDEFINED = "UNDEFINED"
-
Declaration
Swift
case ACTIVITY = "ACT"
-
Declaration
Swift
case AUTO_SAMPLE = "AUTOS"
-
Declaration
Swift
case DAILY_SUMMARY = "DSUM"
-
Declaration
Swift
case NIGHTLY_RECOVERY = "NR"
-
Declaration
Swift
case SDLOGS = "SDLOGS"
-
Declaration
Swift
case SLEEP = "SLEEP"
-
Declaration
Swift
case SLEEP_SCORE = "SLEEPSCO"
-
Declaration
Swift
case SKIN_CONTACT_CHANGES = "SKINCONT"
-
Declaration
Swift
case SKINTEMP = "SKINTEMP"
-
Declaration
Swift
public func toInt() -> Int