This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
GetModel
Hello World
Returns the model name of the device.
app.GetModel() →
String
Example - Get Device Model
click to expand contents
function
OnStart
(
)
{
model
=
app
.
GetModel
(
)
;
app
.
ShowPopup
(
model
)
;
}
Copy
Copy All
Run
loading