6.1 Creating toast
UDI.createToast({
title: "Band breakout",
text: "Price is above trend band"
}, function(toastDef) {
// User has clicked on the toast
// toastDef parameter is the definition passed to createToast
});Last updated
UDI.createToast({
title: "Band breakout",
text: "Price is above trend band"
}, function(toastDef) {
// User has clicked on the toast
// toastDef parameter is the definition passed to createToast
});Last updated