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

Method execute

CodenameOne/src/com/codename1/ui/Display.java:4002–4004  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

4000 ///
4001 /// - `url`: the url to execute
4002 public void execute(String url) {
4003 impl.execute(url);
4004 }
4005
4006 /// Executes the given URL on the native platform, this method is useful if
4007 /// the platform has the ability to send an event to the app when the execution

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected