Class KeyVerificationMac


  • public class KeyVerificationMac
    extends Event<KeyVerificationMacContent>
    Sends the MAC of a device's key to the partner device. Typically sent as a to-device event.
    • Constructor Detail

      • KeyVerificationMac

        public KeyVerificationMac()
    • 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<KeyVerificationMacContent>
        Returns:
        The type of the event.