Class RoomAvatar


  • public class RoomAvatar
    extends StateEvent<RoomAvatarContent>
    A picture that is associated with the room. This can be displayed alongside the room information.
    • Field Detail

      • TYPE

        public static final String TYPE
        A picture that is associated with the room. This can be displayed alongside the room information.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomAvatar

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