SmarterSmartSyncPolicyState
public enum SmarterSmartSyncPolicyState : CustomStringConvertible, JSONRepresentable
The SmarterSmartSyncPolicyState union
-
Smarter Smart Sync feature is disabled.
Declaration
Swift
case disabled
-
Smarter Smart Sync feature is enabled.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }