The Open Launch Protocol
What is Open Launch Protocol (OLP)?
Using OLP
ntx.olp.launch(appid, data);Using OLP as a trigger
async function greenflag() {
if (myWindow.params) {
// interpret the data
sessionReqID = myWindow.params.trid;
}
}Returning OLP requests
Last updated