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

Method setText

test-app/app/src/main/java/com/tns/tests/Button1.java:93–95  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

91 }
92
93 public static void setText(String text) {
94 Log.d(logTag, "Button: setText called text:" + text);
95 }
96
97 public void setLabel(String text) {
98 Log.d(logTag, "Button: setLabel called text:" + text);

Callers 4

MyActivity.jsFile · 0.45
buildUIMethod · 0.45
onCreateViewMethod · 0.45
onCreateViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected