Function addProgramListener

  • Add a program listener to get program updates including widgets published from produce suite

    Parameters

    Returns Promise<void>

    Since

    0.1.0

    Example

    function programListener({event, message}){
    // your custom logic
    }
    addProgramListener({
    programId: "<Your program Id>"
    }, programListener)

Generated using TypeDoc