Skip to content

EncryptionSessionRetrievalFlow

enum EncryptionSessionRetrievalFlow : Enum<EncryptionSessionRetrievalFlow>

EncryptionSessionRetrievalFlow represents the way the session was retrieved : as a direct recipient, as member of a group, or through a proxy session

Entries

CREATEDCREATED
The session was created locally.
DIRECTDIRECT
The session was retrieved as a direct recipient.
VIA_GROUPVIA_GROUP
The session was retrieved as a member of a group.
VIA_PROXYVIA_PROXY
The session was retrieved through a proxy session.
VIA_TMR_ACCESSVIA_TMR_ACCESS
The session was retrieved through a TMR access.

Properties

NameSummary
nameval name: String
ordinalval ordinal: Int
valueval value: Int

Functions

NameSummary
valueOffun valueOf(value: String): EncryptionSessionRetrievalFlow
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.)
valuesfun values(): Array<EncryptionSessionRetrievalFlow>
Returns an array containing the constants of this enum type, in the order they're declared.