MessageReceipt

data class MessageReceipt(val receipt: MessageReceipt.ReceiptType, val smpHeader: SmpHeader) : MessageEvent

Represents a receipt event for a message in the Satellite Message Protocol.

This class encapsulates information about the delivery status of a message, including what stage of delivery it has reached and the original message header for identification.

Constructors

Link copied to clipboard
constructor(receipt: MessageReceipt.ReceiptType, smpHeader: SmpHeader)

Types

Link copied to clipboard

Enumeration of possible message delivery status types.

Properties

Link copied to clipboard

The type of receipt indicating the current status of the message.

Link copied to clipboard

The header of the original message this receipt refers to.