Skip to main content

Enumeration: ConnectionTypeEnum

iOS header file: The type of connection used to get events from the backend

iOS README: The connection type to use to talk the backend. (Websocket)

Enumeration Members

LONG_POLLING

LONG_POLLING = "LONG_POLLING"

iOS header file: Use long polling

Defined in

model/enums/ConnectionTypeEnum.ts:18


WEBSOCKET

WEBSOCKET = "WEBSOCKET"

iOS header file: Use websockets using SocketRocket (default)

Defined in

model/enums/ConnectionTypeEnum.ts:13