Movatterモバイル変換


[0]ホーム

URL:


SocketIO 16.0.0 Docs (100% documented)

SocketIO Reference SocketRawAckView Class Reference

SocketRawAckView

publicfinalclassSocketRawAckView:NSObject

Class 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]

    Declaration

    Swift

    publicfuncwith(_items:SocketData...)

    Parameters

    items

    A variable number of items to send when acking.

  • Call to ack receiving this event.

    Declaration

    Swift

    @objcpublicfuncwith(_items:[Any])

    Parameters

    items

    An array of items to send when acking. Use[] to send nothing.

© 2021Erik. All rights reserved. (Last updated: 2021-02-01)

Generated byjazzy ♪♫ v0.13.6, aRealm project.


[8]ページ先頭

©2009-2025 Movatter.jp