Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用AdMob在android应用上制作广告。当我点击adView时,它会打开与广告内容对应的网页。请问,我可以得到adView当前存在的广告的链接吗?
adView = new AdView (this, AdSize.BANNER, "a1513a0c84c8223"); adView.loadAd (new AdRequest ());
如何获取广告媒体的网页链接由当前请求处理。