Add a program listener to get program updates including widgets published from produce suite
0.1.0
function programListener({event, message}){ // your custom logic}addProgramListener({ programId: "<Your program Id>"}, programListener) Copy
function programListener({event, message}){ // your custom logic}addProgramListener({ programId: "<Your program Id>"}, programListener)
Generated using TypeDoc
Add a program listener to get program updates including widgets published from produce suite