Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
prompt
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected