Back

GetModel

GetModel returns the model ID of the device.

app.GetModel() -> string

Example - Example



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