From 4929c8488c1687f4cefd85522638f00fcf993580 Mon Sep 17 00:00:00 2001
From: Erik Little
Date: Thu, 31 Aug 2017 18:34:49 -0400
Subject: [PATCH] update docs
---
docs/Classes.html | 66 +++++++-------
docs/Classes/OnAckCallback.html | 2 +-
docs/Classes/SocketAckEmitter.html | 2 +-
docs/Classes/SocketAnyEvent.html | 2 +-
docs/Classes/SocketClientManager.html | 2 +-
docs/Classes/SocketEngine.html | 2 +-
docs/Classes/SocketIOClient.html | 2 +-
docs/Enums.html | 90 +++++++++----------
docs/Enums/SocketAckStatus.html | 2 +-
docs/Enums/SocketClientEvent.html | 2 +-
docs/Enums/SocketEnginePacketType.html | 2 +-
docs/Enums/SocketIOClientOption.html | 2 +-
docs/Enums/SocketIOClientStatus.html | 2 +-
docs/Guides.html | 2 +-
docs/Protocols.html | 90 +++++++++----------
docs/Protocols/SocketData.html | 2 +-
docs/Protocols/SocketEngineClient.html | 2 +-
docs/Protocols/SocketEnginePollable.html | 2 +-
docs/Protocols/SocketEngineSpec.html | 2 +-
docs/Protocols/SocketEngineWebsocket.html | 2 +-
docs/Protocols/SocketLogger.html | 2 +-
docs/Structs.html | 2 +-
docs/Structs/SocketIOClientConfiguration.html | 2 +-
docs/Typealiases.html | 2 +-
docs/faq.html | 2 +-
docs/index.html | 23 ++---
docs/search.json | 2 +-
27 files changed, 154 insertions(+), 161 deletions(-)
diff --git a/docs/Classes.html b/docs/Classes.html
index f9265bf..a84b0be 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -251,6 +251,38 @@ Example:
+
+
+ -
+
+
+
+
+
+
+
Represents some event that was received.
+
+
See more
+
+
+
Declaration
+
+
Swift
+
public final class SocketAnyEvent : NSObject
+
+
+
+
+
+
+
+
-
@@ -287,38 +319,6 @@ Example:
-
-
- -
-
-
-
-
-
-
-
Represents some event that was received.
-
-
See more
-
-
-
Declaration
-
-
Swift
-
public final class SocketAnyEvent : NSObject
-
-
-
-
-
-
-
-
-
@@ -372,7 +372,7 @@ manager["room1"]?.emit("hello")