aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => { if (payload.event === 'HINT_TEMPLATE') { // Customize HTML if required } });
aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => { if (payload.event === 'NUDGE_TEMPLATE') { // Customize HTML if required } });
Was this page helpful?