Home / Admin / om.SoundEffects.init
Duplicate Snippet

Embed Snippet on Your Site

om.SoundEffects.init

Code Preview
js
document.addEventListener('om.SoundEffects.init', function(event) {	
	console.log(event.detail.SoundEffects);
	console.log(event.detail.Campaign);
} );

Comments

Add a Comment