Sync
class SyncBased on a query, Sync checks whether it still has the latest version of the resulting Items. It does this asynchronous and in the background, items are updated automatically.
- 
                  
                  Cache Object used to fetch resultsets DeclarationSwift public var cache: Cache?
- 
                  
                  Initialization of the cache DeclarationSwift init(_ api: PodAPI)Parametersapiapi Object rlmlocal Realm database object 
- 
                  
                  Undocumented DeclarationSwift public func load()
- 
                  
                  Schedule a query to sync the resulting Items from the pod DeclarationSwift public func syncQuery( _ datasource: Datasource, auditable: Bool = true, _ callback: (() -> Void)? = nil )ParametersdatasourceQueryOptions used to perform the query 
- 
                  
                  Undocumented DeclarationSwift public func clearSyncCache()
- 
                  
                  Schedule a syncing round Remark currently calls mock codeDeclarationSwift public func schedule(long: Bool = false)
- 
                  
                  Undocumented DeclarationSwift public func syncFilesFromPod(_ callback: @escaping (Error?) -> Void)
- 
                  
                  Undocumented DeclarationSwift public func syncFilesToPod(_ callback: @escaping (Error?) -> Void)
- 
                  
                  Undocumented DeclarationSwift public func syncAllFromPod(_ callback: @escaping () -> Void)
- 
                  
                  Undocumented DeclarationSwift public func syncFromPod()
 Sync Class Reference
      Sync Class Reference