finscn / Ejecta

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

adcolony call? #43

Open matrixreal opened 8 years ago

matrixreal commented 8 years ago

@finscn i'm trying to test adcolony my code is

var zones = [ "vz31b549794672442889", // Test "vze12a0248564b49fc93", // video "vzc1be88f0d438475c84", // rewardedVideo ]; var debug = true; var adColony = new Ejecta.AdColony("appc3f406f4c59344238f", zones, debug);

and the call should be adColony.show(); right ?