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