ParseRemoteDelegate

public protocol ParseRemoteDelegate : OCKRemoteSynchronizationDelegate

Objects that conform to the ParseRemoteDelegate protocol are able to respond to updates and resolve conflicts when needed.

  • When a conflict occurs, decide if the device or cloud record should be kept.

    Declaration

    Swift

    func chooseConflictResolution(conflicts: [OCKEntity], completion: @escaping OCKResultClosure<OCKEntity>)
  • Receive a notification when data has been successfully pushed to the Cloud.

    Declaration

    Swift

    func successfullyPushedDataToCloud()