SocketIO 16.0.0 Docs (100% documented)
SocketIO Reference
SocketRawAckView Class Reference
publicfinalclassSocketRawAckView:NSObjectClass that gives a backwards compatible way to cause an emit not to recursively check for Data objects.
Usage:
ack.rawEmitView.with(myObject)Call to ack receiving this event.
If an error occurs trying to transformitems into their socket representation, aSocketClientEvent.errorwill be emitted. The structure of the error data is[ackNum, items, theError]
Swift
publicfuncwith(_items:SocketData...)items | A variable number of items to send when acking. |
Call to ack receiving this event.
Swift
@objcpublicfuncwith(_items:[Any])items | An array of items to send when acking. Use |
© 2021Erik. All rights reserved. (Last updated: 2021-02-01)
Generated byjazzy ♪♫ v0.13.6, aRealm project.