Back

GetModel

The GetModel method returns the model ID of your device.

 app.GetModel();

Example

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