DittoUpdateResultTypeObjC

@objc
public enum DittoUpdateResultTypeObjC : Int

Describes the result of an update operation performed on a DittoMutableDocument.

  • set: Describes the set update that was performed.
  • removed: Describes the remove update that was performed.
  • replacedWithCounter: Describes the replaceWithCounter update that was performed.
  • incremented: Describes the increment update that was performed.
  • replacedText: Describes the replaceText update that was performed.
  • pushed: Describes the push update that was performed.
  • popped: Describes the pop update that was performed.
  • set

    Undocumented

    Declaration

    Swift

    case set = 1
  • Undocumented

    Declaration

    Swift

    case removed
  • Undocumented

    Declaration

    Swift

    case replacedWithCounter
  • Undocumented

    Declaration

    Swift

    case incremented
  • Undocumented

    Declaration

    Swift

    case replacedText
  • Undocumented

    Declaration

    Swift

    case pushed
  • Undocumented

    Declaration

    Swift

    case popped