harmony 鸿蒙ResourceManager_Configuration
ResourceManager_Configuration
Overview
Enumerates device states.
Since: 12
Related module: Resourcemanager
Header file: resmgr_common.h
Summary
Member Variables
Name | Description |
---|---|
ResourceManager_Direction direction | Screen orientation. |
char * locale | Locale, for example, zh-Hans-CN. |
ResourceManager_DeviceType deviceType | Device type. |
ScreenDensity screenDensity | Screen density. |
ResourceManager_ColorMode colorMode | Color mode. |
uint32_t mcc | Mobile country code (MCC). |
uint32_t mnc | Mobile network code (MNC). |
uint32_t reserved | Reserved. |
Member Variable Description
colorMode
ResourceManager_ColorMode ResourceManager_Configuration::colorMode
Description
Defines the color mode.
deviceType
ResourceManager_DeviceType ResourceManager_Configuration::deviceType
Description
Defines the device type.
direction
ResourceManager_Direction ResourceManager_Configuration::direction
Description
Defines the screen orientation.
locale
char* ResourceManager_Configuration::locale
Description
Defines the locale, for example, zh-Hans-CN.
mcc
uint32_t ResourceManager_Configuration::mcc
Description
Defines the MCC.
mnc
uint32_t ResourceManager_Configuration::mnc
Description
Defines the MNC.
reserved
uint32_t ResourceManager_Configuration::reserved[20]
Description
Reserved.
screenDensity
ScreenDensity ResourceManager_Configuration::screenDensity
Description
Defines the screen density.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Font Management Error Codes
harmony 鸿蒙Resource Manager Error Codes
harmony 鸿蒙@ohos.fontManager (Font Management)
harmony 鸿蒙@ohos.i18n (Internationalization) (System API)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦