Class RoomMessageFeedbackContent

  • All Implemented Interfaces:
    EventContent

    @Deprecated
    public class RoomMessageFeedbackContent
    extends Object
    implements EventContent
    Deprecated.
    in favor of ReceiptContent.
    **NB: Usage of this event is discouraged in favour of the** `receipts module`_. **Most clients will not recognise this event.** Feedback events are events sent to acknowledge a message in some way. There are two supported acknowledgements: ``delivered`` (sent when the event has been received) and ``read`` (sent when the event has been observed by the end-user). The ``target_event_id`` should reference the ``m.room.message`` event being acknowledged.
    • Field Detail

      • targetEventId

        private String targetEventId
        Deprecated.
        The event that this feedback is related to.
      • type

        private String type
        Deprecated.
        The type of feedback.
    • Constructor Detail

      • RoomMessageFeedbackContent

        public RoomMessageFeedbackContent()
        Deprecated.
    • Method Detail

      • getTargetEventId

        public String getTargetEventId()
        Deprecated.
      • setTargetEventId

        public void setTargetEventId​(String targetEventId)
        Deprecated.
      • getType

        public String getType()
        Deprecated.
      • setType

        public void setType​(String type)
        Deprecated.