finscn / Ejecta

A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS
42 stars 6 forks source link

Chartboost #19

Open Pasha187 opened 8 years ago

Pasha187 commented 8 years ago

How to cause display of the advertizing Chartboost in Сonstruct2?

finscn commented 8 years ago

I don't know any thing about Сonstruct 2 , sorry

Pasha187 commented 8 years ago

That's right, I have an error?

var cb = new Ejecta.Chartboost("4f21c409cd1cb2fb7000001b", "92e2de2fd7070327bdeb54c15a5295309c6fcd2d");

cb.addEventListener("interstitialCache", function(){ console.log("Interstitial Cached"); cb.showInterstitial(); }); cb.addEventListener("moreAppsCache", function(){ console.log("MoreApps Cached"); cb.showMoreApps(); }); cb.addEventListener("videoCache", function(){ console.log("Video Cached"); cb.showVideo(); });