MCPcopy Create free account
hub / github.com/NativeScript/android / call

Method call

test-app/runtime/src/main/java/com/tns/Runtime.java:1263–1266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1261 if (isNotOnMainThread()) {
1262 Callable<Object> callable = new Callable<Object>() {
1263 @Override
1264 public Object call() {
1265 return callJSMethod(javaObject, methodName, retType, isConstructor, delay, args);
1266 }
1267 };
1268
1269 RunnableFuture<Object> task = new FutureTask<>(callable);

Callers 15

__extendsFunction · 0.45
MyActivity.jsFile · 0.45
MyButtonFunction · 0.45
MyButton1Function · 0.45
MyButton2Function · 0.45
SnakeFunction · 0.45
HorseFunction · 0.45
MyButton3Function · 0.45
MyButtonWithArgsFunction · 0.45
MyButton4Function · 0.45
MyButton5Function · 0.45

Calls 1

callJSMethodMethod · 0.95

Tested by

no test coverage detected