Материал из Module developer
Перейти к: навигация, поиск
ProjectLanguage type: String
Language of the project
HWID type: String
Getting HWID of a device
Language type: String
Getting a device language
ProjectScaleWidth type: Number
Getting the width scaling
ProjectScaleHeight type: Number
Getting the height scaling
DisplayType type: Number
Getting th resolution type:
  • IR.DISPLAY_TYPE_PHONE - a phone
  • IR.DISPLAY_TYPE_TABLET - a tablet
ProjectWorkMode type: Number
Mode of project work:
  • IR.PROJECT_WORK_ONLY_PANEL_MODE - panel mode of module work
  • IR.PROJECT_WORK_WITH_SERVER_MODE - server mode of module work
//ProjectLanguage
var l_sProjectLanguage = IR.ProjectLanguage;