Control Flag
Enumeration of control flags used with content requests.
These flags specify additional behavior such as delivery confirmations and location requirements for messages.
Entries
No delivery receipt is required for this message.
Request a delivery receipt when the message is delivered.
Request a read receipt when the message is read by the recipient.
Request GPS location with the message but no delivery receipt.
Request GPS location with the message and a delivery receipt.
Request GPS location with the message and a read receipt.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.