MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / linkClicked

Method linkClicked

CodenameOne/src/com/codename1/components/Ads.java:296–302  ·  view source on GitHub ↗
(HTMLComponent htmlC, String url)

Source from the content-addressed store, hash-verified

294
295 /// {@inheritDoc}
296 @Override
297 public boolean linkClicked(HTMLComponent htmlC, String url) {
298 //this is relevant when the Ad is in Full Screen mode
299 launchAd();
300 //reportClick();
301 return false;
302 }
303
304 /// {@inheritDoc}
305 @Override

Callers

nothing calls this directly

Calls 1

launchAdMethod · 0.95

Tested by

no test coverage detected