Back

GetModel

Returns the model name of the device.

  app.GetModel() → string

Example - Example



function OnStart()
{
    model = app.GetModel();
    app.ShowPopup( model );
}
    Copy     Copy All       Run