floatinghotpot / cordova-plugin-flurry

Cordova plugin to support Flurry (analytics and advertisement)
MIT License
19 stars 13 forks source link

events not trigger in Android code #1

Closed floatinghotpot closed 10 years ago

floatinghotpot commented 10 years ago

if setAdListener(new BasicListener()), the callbacks will not be triggered.

if setAdListener(this), (this) is CordovaPlugin object, the event callback will trigger, but the Ad will not display even called FlurryAds.displayAd().

Reason still unknown.

floatinghotpot commented 10 years ago

bugfixed.