DeviceSettingsSyncState
public enum DeviceSettingsSyncState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case synced = "SYNCED"
-
Undocumented
Declaration
Swift
case syncing = "SYNCING"
-
Declaration
Swift
public var description: String { get }