Class ChatState

    • Field Detail

      • ACTIVE

        public static final ChatState ACTIVE
        User is actively participating in the chat session.
      • COMPOSING

        public static final ChatState COMPOSING
        User is composing a message.
      • GONE

        public static final ChatState GONE
        User has effectively ended their participation in the chat session.
      • INACTIVE

        public static final ChatState INACTIVE
        User has not been actively participating in the chat session.
      • PAUSED

        public static final ChatState PAUSED
        User had been composing but now has stopped.