Socket Manager Impl
Android implementation of SocketManager
Properties
Functions
Disconnect from the Socket.IO server. Cleans up all event handlers and closes the connection.
Emit an event and invoke callback when the acknowledgment arrives.
Emit an event and wait for acknowledgment from the server.
Get the current connection state.
Check if currently connected to the server.
Register a handler for disconnection events. Called when the socket disconnects (either intentionally or due to error).
Register a handler for reconnection events. Called when the socket successfully reconnects after a disconnection.
Register a handler for reconnection attempts. Called before each reconnection attempt.
Register a handler for reconnection failures. Called when all reconnection attempts have been exhausted.