Interface MessengerConnectorStatusSender

All Known Subinterfaces:
MessengerConnector

public interface MessengerConnectorStatusSender
The MessengerConnectorStatusSender is an interface that implements the callback event functions triggered when statuses need to be sent.
Since:
12.20
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    sendReadStatus(OutgoingMessengerMessageReadStatusInfo outgoingMessengerMessageReadStatusInfo)
    The method is called to send a read status back to its source or any other destination that can be addressed by this MessengerConnector.
    default void
    sendTypingStatus(OutgoingMessengerConversationTypingStatusInfo outgoingMessengerConversationTypingStatusInfo)
    The method is called to send a typing status back to its source or any other destination that can be addressed by this MessengerConnector.