sdk.Conversations.registerMessageViewHandler(function(MessageView){
MessageView.addAttachmentIcon({
iconUrl: 'https://www.example.com/img/example.PNG',
onClick: function(event) {
sdk.Widgets.showModalView({
el:"<p>Hello World !</p>",
showCloseButton:true,
});
},
});
});
I want to add another button in message body beside the left side of 'Print all' button and also a another button in message body in the right side of 'More' button.
Please help me on this ASAP.
* How to add an attachment on this topic
Thank you
Sourav Kuila
