socket_io_native_client library

Classes

ChatMessage
Represents a chat message received from the socket.
ExtraAndroidSocketOptions
Platform-specific options for Android.
ExtraIOSSocketOptions
Platform-specific options for iOS.
SocketConnectionOptions
A comprehensive class for all socket connection options.
SocketIoNative
Main Socket.IO service class providing comprehensive Socket.IO client functionality.

Enums

ConnectionStatus
Enumeration of possible connection statuses.

Exceptions / Errors

GenericSocketException
Generic Socket.IO exception for unclassified errors.
SocketConnectionException
Exception thrown when connection to socket server fails.
SocketDisconnectionException
Exception thrown when disconnection fails.
SocketEmissionException
Exception thrown when event emission fails.
SocketEventException
Exception thrown when event operations fail.
SocketException
Base class for all Socket.IO exceptions.
SocketInvalidUrlException
Exception thrown when URL is invalid.
SocketNotConnectedException
Exception thrown when trying to perform operations on a disconnected socket.
SocketTimeoutException
Exception thrown when connection times out.