Exemplo n.º 1
0
 private int type;//0:feed   1:banner  2:interstitial
 //int retry = 1;
 public ExpressAdListener(BannerAd example, int type)
 {
     this.example = example;
     this.type    = type;
 }
Exemplo n.º 2
0
 public ExpressAdInteractionListener(int type, BannerAd banner)
 {
     this.banner = banner;
     this.type   = type;
 }
Exemplo n.º 3
0
 int type;//0:feed   1:banner
 public ExpressAdDislikeCallback(BannerAd example, int type)
 {
     this.example = example;
     this.type    = type;
 }