WebSocketProtocol

public enum WebSocketProtocol : String, Codable, Hashable

A value representing a version of the protocol for the web socket of the Datasync service.

Cases

  • v5

    version 5

    Declaration

    Swift

    case v5
  • v6

    version 6

    Declaration

    Swift

    case v6

Constants

  • The default web socket protocol version.

    This value is used as the default value for the WebcomConfiguration.webSocketProtocol property.

    Declaration

    Swift

    public static let `default`: WebSocketProtocol