@JsonClass(true) data class SentInvitation : ConnectionRecord
When we share an invitation with a party, we are in this state. The TAG_CONNECTION_KEY tag is set so we can connect a given connection request back to this record.
<init> |
When we share an invitation with a party, we are in this state. The TAG_CONNECTION_KEY tag is set so we can connect a given connection request back to this record. SentInvitation(id: String, invitationKey: String) |
id |
is the ID of the connection val id: String |
invitationKey |
val invitationKey: String |