Class RoomCreate


  • public class RoomCreate
    extends StateEvent<RoomCreateContent>
    This is the first event in a room and cannot be changed. It acts as the root of all other events.
    • Field Detail

      • TYPE

        public static final String TYPE
        This is the first event in a room and cannot be changed. It acts as the root of all other events.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomCreate

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