Events

Commands are used to comunicate with the popup via javascript.

To use the Web SDK please install the snippet first.

Commands will only work after popup is initialized (there is a callback for when it is initialized). For example:

getComplied.callback.oninit = function(data){
	getComplied.command('show');
}

Last updated