Class RoomMessageFeedback


  • @Deprecated
    public class RoomMessageFeedback
    extends RoomEvent<RoomMessageFeedbackContent>
    Deprecated.
    in favor of Receipt.
    **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

      • TYPE

        @Deprecated
        public static final String TYPE
        Deprecated.
        in favor of Receipt.TYPE.
        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.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomMessageFeedback

        public RoomMessageFeedback()
        Deprecated.
    • Method Detail

      • getType

        public String getType()
        Deprecated.
        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<RoomMessageFeedbackContent>
        Returns:
        The type of the event.