Loading...

Logo
DocumentationBehaviorsCustomSocket Event
Custom

Socket Event

Last updated September 28, 2018

Description

Triggers when the Socket.io Client receives a message from the Socket.io server.

Properties

Triggers Once on Event

Socket BehaviourThe Socket.io client to perform the function on.
Event TypeOn Event will trigger every time the specified event gets fired from the server. Perform Only Once will only get triggered exactly one time when the event gets fired from the server. On Any Event will trigger every time an event gets fired from the server.
EventThe event to listen for.
Acknowledge WithData to send back to the Socket.io so that the server knows that something received the event.

Outputs

DataOutputs the data returned from the server. It can be in JSON format, text, a value or other format.

Examples

When you want to know when you are connected to be 'connect' and it will trigger when you successfully make a connection.

Authenticate OAuth

Connect to Socket

Emit to Socket

Get OAuth Credentials

Get Socket Status

HTTP Request

Open URL

Remove OAuth Credentials

Socket.io Client