Interface SendAttachmentListener
-
- All Implemented Interfaces:
public interface SendAttachmentListenerListener that updates the SDK accordingly with the request to send attachments to the backend.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAttachmentSendRequest(String channelType, String channelId, Message message)Updates the SDK before the attachments are sent to backend. -
-
Method Detail
-
onAttachmentSendRequest
abstract Unit onAttachmentSendRequest(String channelType, String channelId, Message message)
Updates the SDK before the attachments are sent to backend. It can be used to update the database with the message whose attachments are going to be sent or to change the state of the messages that are presented to the end user.
- Parameters:
channelType- StringchannelId- Stringmessage- Message
-
-
-
-