Class Typing


  • public class Typing
    extends Event<TypingContent>
    Informs the client of the list of users currently typing.
    • Field Detail

      • roomId

        private String roomId
        Required. The ID of the room associated with this event.
    • Constructor Detail

      • Typing

        public Typing()
    • Method Detail

      • getRoomId

        public String getRoomId()
      • setRoomId

        public void setRoomId​(String roomId)
      • 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<TypingContent>
        Returns:
        The type of the event.