ReplicatorType

public enum ReplicatorType: UInt8

Replicator type.

  • Undocumented

    Declaration

    Swift

    public enum ReplicatorType: UInt8
  • < Bidirectional; both push and pull

    Declaration

    Swift

    case push                   ///< Pushing changes to the target
  • < Pushing changes to the target

    Declaration

    Swift

    case pull                   ///< Pulling changes from the target