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