7.4 Sending messages from the UDI to the HTML
UDI.sendHTMLMessage("Some instruction to the HTML");window.addEventListener("message", function(event) {
// The message from the UDI will be in event.data
});Last updated
UDI.sendHTMLMessage("Some instruction to the HTML");window.addEventListener("message", function(event) {
// The message from the UDI will be in event.data
});Last updated