ReplicatorType

public enum ReplicatorType : UInt8

Replicator type.

  • pushAndPull: Bidirectional; both push and pull
  • push: Pushing changes to the target
  • pull: Pulling changes from the target
  • Undocumented

    Declaration

    Swift

    case pushAndPull = 0
  • Undocumented

    Declaration

    Swift

    case push
  • Undocumented

    Declaration

    Swift

    case pull