Package io.github.ma1uta.matrix.event
Class KeyVerificationCancel
- java.lang.Object
 - 
- io.github.ma1uta.matrix.event.Event<KeyVerificationCancelContent>
 - 
- io.github.ma1uta.matrix.event.KeyVerificationCancel
 
 
 
- 
public class KeyVerificationCancel extends Event<KeyVerificationCancelContent>
Cancels a key verification process/request. Typically sent as a to-device event. 
- 
- 
Constructor Summary
Constructors Constructor Description KeyVerificationCancel() 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final String TYPE
Event type.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getType
public String getType()
Description copied from class:EventRequired. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.- Specified by:
 getTypein classEvent<KeyVerificationCancelContent>- Returns:
 - The type of the event.
 
 
 - 
 
 -