Package io.github.ma1uta.matrix.event
Class KeyVerificationAccept
- java.lang.Object
-
- io.github.ma1uta.matrix.event.Event<KeyVerificationAcceptContent>
-
- io.github.ma1uta.matrix.event.KeyVerificationAccept
-
public class KeyVerificationAccept extends Event<KeyVerificationAcceptContent>
Accepts a previously sent m.key.verification.start message. Typically sent as a to-device event.
-
-
Constructor Summary
Constructors Constructor Description KeyVerificationAccept()
-
-
-
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:Event
Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.- Specified by:
getType
in classEvent<KeyVerificationAcceptContent>
- Returns:
- The type of the event.
-
-