ContentType

Enumeration of content types supported in the Satellite Message Protocol.

These types define the nature of the content being transmitted and determine how the content should be processed by receivers.

Entries

Link copied to clipboard

Plain text message content.

Link copied to clipboard

Location coordinates content without text.

Link copied to clipboard

Combined text message with location coordinates.

Link copied to clipboard

Receipt confirming message delivery.

Link copied to clipboard

Receipt confirming message was read.

Link copied to clipboard

Receipt indicating message could not be delivered.

Link copied to clipboard

Emergency SOS open/start message.

Link copied to clipboard

Emergency SOS close/end message.

Link copied to clipboard

Check-in status message.

Link copied to clipboard

Other or custom content type.

Link copied to clipboard

Emergency SOS message with text and location.

Link copied to clipboard

Network ACK from server to acknowledge a message

Link copied to clipboard

Update IMSI message to update IMSI for a user on server

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

The integer value representing this content type in the protocol.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.