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