Rahul Singh

Results 1 comments of Rahul Singh

for Interstitial ads, use following- when ads is clicked - ``` @Override public void onAdImpression() { super.onAdImpression(); } ``` when dismissed (close button clicked) - ``` public void onAdDismissedFullScreenContent() {...