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

Method method1

test-app/app/src/main/java/com/tns/tests/Button1.java:140–143  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

138 }
139
140 public DummyClass method1(String value) {
141 Log.d(logTag, "method1(String): " + value);
142 return new DummyClass();
143 }
144
145 public void method1(int value) {
146 Log.d(logTag, "method1(int): " + value);

Callers 2

tests.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected