SyncServerConflict
public class SyncServerConflict<R>
When you receive a conflict in a callback method, you must resolve the conflict by calling resolveConflict.
-
Declaration
Swift
public private(set) var conflictType: ConflictingClientOperation!
-
Don’t call this more than once!
Declaration
Swift
public func resolveConflict(resolution: R)