7.3 Sending messages from the HTML to the UDI
window.parent.postMessage("Message to UDI", "*");UDI.onHTMLMessage = function(msg) {
// msg == "Message to UDI"
};Last updated
window.parent.postMessage("Message to UDI", "*");UDI.onHTMLMessage = function(msg) {
// msg == "Message to UDI"
};Last updated