phoenix-channel / ch.kuon.phoenix / Socket / Options / params

params

var params: HashMap<String, Any>?

A list of key/value sent with the conection.

Those params are serialized to url parameters and appended to the connection url.

For example passing mapOf("foo" to "bar") will happend &foo=bar to the URL.

toString() is automaticall called on the values.