Experimental Functionality

  • Upcoming SDK features made available for prototyping.

    Warning

    Experimental functionality should not be used in production applications as it may be changed or removed at any time, and may not have the same security features.
    See more

    Declaration

    Swift

    public class DittoExperimental
  • Undocumented

    See more

    Declaration

    Swift

    public class DittoPeerV2Parser
  • An address uniquely identifying another peer on the Ditto mesh network.

    See more

    Declaration

    Swift

    public struct DittoAddress
    extension DittoAddress: Equatable
    extension DittoAddress: Hashable
    extension DittoAddress: Codable
  • The priority with which the local device should reach out to particular remote peers in the Ditto mesh.

    For most use-cases, this API is not required as Ditto will automatically create an optimal P2P mesh. Certain use-cases, however, might require more manual control over how the mesh is formed.

    See more

    Declaration

    Swift

    public enum DittoConnectionPriority : Int