MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getText

Function getText

packages/core/ui/dialogs/index.android.ts:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 alert.setView(input);
240
241 const getText = function () {
242 return input.getText().toString();
243 };
244
245 addButtonsToAlertDialog(alert, options, function (r) {
246 resolve({ result: r, text: getText() });

Callers 1

promptFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected