Back

GetAppName

GetAppName returns the name of the app.

app.GetAppName() -> string

Example - Example



function OnStart()
{
    name = app.GetAppName();
    app.ShowPopup( name );
}
    Copy     Copy All       Run