Class RoomAvatarContent

  • All Implemented Interfaces:
    EventContent

    public class RoomAvatarContent
    extends Object
    implements EventContent
    A picture that is associated with the room. This can be displayed alongside the room information.
    • Field Detail

      • info

        private ImageInfo info
        Metadata about the image referred to in url.
      • url

        private String url
        Required. The URL to the image.
    • Constructor Detail

      • RoomAvatarContent

        public RoomAvatarContent()
    • Method Detail

      • setInfo

        public void setInfo​(ImageInfo info)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)