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

Method onLoad

CodenameOne/src/com/codename1/io/Oauth2.java:454–457  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

452 web[0] = new WebBrowser() {
453
454 @Override
455 public void onLoad(String url) {
456 handleURL(url, this, al, frm, backToForm, progress);
457 }
458
459 @Override
460 public void onStart(String url) {

Callers

nothing calls this directly

Calls 1

handleURLMethod · 0.95

Tested by

no test coverage detected