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

Method postMessage

CodenameOne/src/com/codename1/ui/CN.java:2228–2230  ·  view source on GitHub ↗
(MessageEvent message)

Source from the content-addressed store, hash-verified

2226 /// - `message`: The message to send to the native platform.
2227 ///
2228 public static void postMessage(MessageEvent message) {
2229 Display.INSTANCE.postMessage(message);
2230 }
2231
2232 /// Convenience method to schedule a task to run on the EDT after timeoutms.
2233 ///

Callers 11

sendReadyFunction · 0.45
postFunction · 0.45
cFunction · 0.45
workerMain.jsFile · 0.45
constructorMethod · 0.45
sendReadyFunction · 0.45
postHostCallbackFunction · 0.45
fnFunction · 0.45
browser_bridge.jsFile · 0.45
installWorkerModeFunction · 0.45
emitVmMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected