Direction

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

Entries

Link copied to clipboard

Message is inbound to the user - message has been received by the user.

Link copied to clipboard

Message is outbound to the user - message has been sent by the user.

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): Direction

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