Class TypingContent

  • All Implemented Interfaces:
    EventContent

    public class TypingContent
    extends Object
    implements EventContent
    Informs the client of the list of users currently typing.
    • Field Detail

      • userIds

        private List<String> userIds
        Required. The list of user IDs typing in this room, if any.
    • Constructor Detail

      • TypingContent

        public TypingContent()
    • Method Detail

      • setUserIds

        public void setUserIds​(List<String> userIds)