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