Class KeyVerificationRequest


  • public class KeyVerificationRequest
    extends Event<KeyVerificationRequestContent>
    Requests a key verification with another user's devices. Typically sent as a to-device event.
    • Field Detail

      • TYPE

        public static final String TYPE
        Requests a key verification with another user's devices. Typically sent as a to-device event.
        See Also:
        Constant Field Values
    • Constructor Detail

      • KeyVerificationRequest

        public KeyVerificationRequest()
    • 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 class Event<KeyVerificationRequestContent>
        Returns:
        The type of the event.