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

Interface Callback1

test-app/app/src/main/java/com/tns/tests/Class1.java:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 public interface Callback1 {
24 String getMessage();
25 }
26
27 public static class Class2 {
28 public static boolean printMessageWithDelay(final Callback1 cb, final long delay) {

Callers 8

testGC.jsFile · 0.65
createObjectsFunction · 0.65
uncaughtExceptionMethod · 0.65
onExceptionMethod · 0.65
hasErrorIntentMethod · 0.65
runMethod · 0.65

Implementers 3

Class1test-app/app/src/main/java/com/tns/tes
NativeScriptExceptiontest-app/runtime/src/main/java/com/tns
JavaScriptErrorMessagetest-app/runtime/src/main/java/com/tns

Calls

no outgoing calls

Tested by

no test coverage detected