CoreDataSyncable
public protocol CoreDataSyncable : Syncable
Undocumented
-
Undocumented
Declaration
Swift
var context: NSManagedObjectContext { get }
-
Undocumented
Declaration
Swift
public func sync( parameters: Any? = nil, downloadProgressHandler: ((Progress) -> Void, queue: DispatchQueue?)? = nil, completionQueue: DispatchQueue = .main, immediate: Bool = false, completion: ((Error?) -> Void)? = nil ) -> Cancellable?
-
Undocumented
Declaration
Swift
public func sync<T: Encodable>( parameters: T, downloadProgressHandler: ((Progress) -> Void, queue: DispatchQueue?)? = nil, completionQueue: DispatchQueue = .main, immediate: Bool = false, completion: ((Error?) -> Void)? = nil ) -> Cancellable?
-
Undocumented
Declaration
Swift
public func sync<T: Encodable>( parametersType: ParametersType<T>, downloadProgressHandler: ((Progress) -> Void, queue: DispatchQueue?)? = nil, completionQueue: DispatchQueue = .main, immediate: Bool = false, completion: ((Error?) -> Void)? = nil ) -> Cancellable?