SmartSyncPolicy
public enum SmartSyncPolicy : CustomStringConvertible, JSONRepresentable
The SmartSyncPolicy union
-
The specified content will be synced as local files by default.
Declaration
Swift
case local
-
The specified content will be synced as on-demand files by default.
Declaration
Swift
case onDemand
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }