other init doesn't exist anymore
This commit is contained in:
parent
99ed93038f
commit
456406416a
@ -109,8 +109,6 @@ Constructors
|
|||||||
-----------
|
-----------
|
||||||
`init(socketURL: String, opts: NSDictionary? = nil)` - Constructs a new client for the given URL. opts can be omitted (will use default values) note: If your socket.io server is secure, you need to specify `https` in your socketURL.
|
`init(socketURL: String, opts: NSDictionary? = nil)` - Constructs a new client for the given URL. opts can be omitted (will use default values) note: If your socket.io server is secure, you need to specify `https` in your socketURL.
|
||||||
|
|
||||||
`convenience init(socketURL: String, opts: NSDictionary?)` - Same as above, but meant for Objective-C. See Objective-C Example.
|
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
- `connectParams: [String: AnyObject]?` - Dictionary whose contents will be passed with the connection.
|
- `connectParams: [String: AnyObject]?` - Dictionary whose contents will be passed with the connection.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user