Class RoomEncryption


  • public class RoomEncryption
    extends StateEvent<RoomEncryptionContent>
    State Event.
    state_key: A zero-length string.
    Defines how messages sent in this room should be encrypted.
    • Constructor Detail

      • RoomEncryption

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