Class RoomTombstone


  • public class RoomTombstone
    extends StateEvent<TombstoneContent>
    A state event signifying that a room has been upgraded to a different room version, and that clients should go there.
    • Field Detail

      • TYPE

        public static final String TYPE
        A state event signifying that a room has been upgraded to a different room version, and that clients should go there.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomTombstone

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