MultipeerConflictResolver
public protocol MultipeerConflictResolver
Multipeer Conflict Resolver Protocol.
-
Resolves a conflict for a document received from a peer.
Parameters
peerID
The peer from which the conflicting document originated.
conflict
The conflict to be resolved.
Return Value
The resolved
Document
, ornil
to delete the document.