Class KeyVerificationCancelContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.KeyVerificationCancelContent
-
- All Implemented Interfaces:
EventContent
public class KeyVerificationCancelContent extends Object implements EventContent
Cancels a key verification process/request. Typically sent as a to-device event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KeyVerificationCancelContent.CancelCode
Cancel codes.
-
Constructor Summary
Constructors Constructor Description KeyVerificationCancelContent()
-
-
-
Field Detail
-
transactionId
private String transactionId
Required. The opaque identifier for the verification process/request.
-
reason
private String reason
Required. A human readable description of the code. The client should only rely on this string if it does not understand the code.
-
code
private String code
Required. The error code for why the process/request was cancelled by the user. Error codes should use the Java package naming convention.
-
-