Message

sealed interface Message : SocketIOPacket(source)

A parent for message packet types.

Inheritors

Properties

Link copied to clipboard
abstract val ackId: Int?

An ID used to match an Event with the corresponding Ack. When an ackId is present in an Event packet, it means an Ack packet is expected by the sender.

Link copied to clipboard
abstract val namespace: String

The namespace this packet belongs to, useful when multiplexing. The default namespace is "/".