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
CREATED | CREATED The session was created locally. |
DIRECT | DIRECT The session was retrieved as a direct recipient. |
VIA_GROUP | VIA_GROUP The session was retrieved as a member of a group. |
VIA_PROXY | VIA_PROXY The session was retrieved through a proxy session. |
VIA_TMR_ACCESS | VIA_TMR_ACCESS The session was retrieved through a TMR access. |
Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |
value | val value: Int |
Functions
Name | Summary |
---|---|
valueOf | fun 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.) |
values | fun values(): Array<EncryptionSessionRetrievalFlow> Returns an array containing the constants of this enum type, in the order they're declared. |