ControlFlag

Enumeration of control flags used with content requests.

These flags specify additional behavior such as delivery confirmations and location requirements for messages.

Entries

Link copied to clipboard

No delivery receipt is required for this message.

Link copied to clipboard

Request a delivery receipt when the message is delivered.

Link copied to clipboard

Request a read receipt when the message is read by the recipient.

Link copied to clipboard

Request GPS location with the message but no delivery receipt.

Link copied to clipboard

Request GPS location with the message and a delivery receipt.

Link copied to clipboard

Request GPS location with the message and a read receipt.

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

The integer value of the flag used in the protocol.

Link copied to clipboard
Link copied to clipboard

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.