Back
GetAppName
Hello World
Returns the name of the current app.
app.GetAppName() →
String
Example - Show app name
click to expand contents
function
OnStart
(
)
{
var
name
=
app
.
GetAppName
(
)
;
app
.
Alert
(
name
)
;
}
Copy
Copy All
Run
loading