State

enum State : Enum<State>

Representation of an enumeration depicting the current state of an email message in the Sudo Platform Email SDK.

Entries

Link copied to clipboard

Outbound message is queued to be sent.

Link copied to clipboard

Outbound message has been sent.

Link copied to clipboard

Outbound message has been acknowledged as delivered upstream.

Link copied to clipboard

Outbound message has been acknowledged as undelivered upstream.

Link copied to clipboard

Outbound message has been acknowledged as failed upstream.

Link copied to clipboard

Inbound message has been received.

Link copied to clipboard

API Evolution - if this occurs, it may mean you need to update the library.

Functions

Link copied to clipboard
fun valueOf(value: String): State

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.

Properties

Link copied to clipboard
Link copied to clipboard