Message

data class Message(val id: String, val createdAt: Date, val updatedAt: Date, val ownerId: String, val sudoId: String, val postboxId: String, val message: String)

The platform SDK representation of a relay message.

Constructors

Link copied to clipboard
constructor(id: String, createdAt: Date, updatedAt: Date, ownerId: String, sudoId: String, postboxId: String, message: String)

Properties

Link copied to clipboard

Date object capturing the time the message was received.

Link copied to clipboard
val id: String

Unique identifier of the message

Link copied to clipboard

Text content of the message.

Link copied to clipboard

The unique identifier of the signed in user this message belongs to.

Link copied to clipboard

Unique identifier of the postbox this message belongs to.

Link copied to clipboard

The unique identifier of the sudo this message belongs to.

Link copied to clipboard

Date object capturing the time the message was last updated