harmony 鸿蒙@ohos.application.ConfigurationConstant (ConfigurationConstant)
@ohos.application.ConfigurationConstant (ConfigurationConstant)
ConfigurationConstant模块提供配置信息枚举值定义的能力。
说明:
本模块首批接口从API version 8开始支持,从API version 9废弃,替换模块为@ohos.app.ability.ConfigurationConstant (ConfigurationConstant)。后续版本的新增接口,采用上角标单独标记接口的起始版本。
导入模块
import ConfigurationConstant from '@ohos.application.ConfigurationConstant';
ConfigurationConstant.ColorMode
使用时通过ConfigurationConstant.ColorMode获取。
系统能力:以下各项对应的系统能力均为SystemCapability.Ability.AbilityBase
名称 | 值 | 说明 |
---|---|---|
COLOR_MODE_NOT_SET | -1 | 未设置颜色模式。 |
COLOR_MODE_DARK | 0 | 深色模式。 |
COLOR_MODE_LIGHT | 1 | 浅色模式。 |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙BundleStatusCallback
harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager模块)
harmony 鸿蒙@ohos.distributedBundle (分布式包管理)
harmony 鸿蒙@ohos.bundle (Bundle模块)
harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (企业设备管理扩展能力)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦