ConfigSettable
public protocol ConfigSettable
Declares that a type can set configs from a SocketIOClientConfiguration
.
-
Called when an
ConfigSettable
should set/update its configs from a given configuration.Declaration
Swift
mutating func setConfigs(_ config: SocketIOClientConfiguration)
Parameters
config
The
SocketIOClientConfiguration
that should be used to set/update configs.