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

Method click

test-app/app/src/main/java/com/tns/tests/Button1.java:110–112  ·  view source on GitHub ↗
(android.view.View view)

Source from the content-addressed store, hash-verified

108 }
109
110 public void click(android.view.View view) {
111 mOnClickListener.onClick(view);
112 }
113
114 public DummyClass getDummy() {
115 Log.d(logTag, "getDummy called");

Callers 3

tests.jsFile · 0.80

Calls 1

onClickMethod · 0.65

Tested by

no test coverage detected