SasStartEventContent
@Serializable
@SerialName(value = "m.sas.v1")
See also
Constructors
Link copied to clipboard
constructor(fromDevice: String, hashes: Set<SasHash>, keyAgreementProtocols: Set<SasKeyAgreementProtocol>, messageAuthenticationCodes: Set<SasMessageAuthenticationCode>, shortAuthenticationString: Set<SasMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "key_agreement_protocols")
Link copied to clipboard
@SerialName(value = "message_authentication_codes")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
open override fun copyWith(relatesTo: RelatesTo?): VerificationStartEventContent.SasStartEventContent
This should return the same instance, but with the relatesTo property set to the given value. It is used for event content replacing.