ConnectionType

public enum ConnectionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case websocket = "WEBSOCKET"
  • Undocumented

    Declaration

    Swift

    case connectionCredentials = "CONNECTION_CREDENTIALS"
  • Declaration

    Swift

    public var description: String { get }