@ohos.app.ability.contextConstant (ContextConstant)
一、说明
ContextConstant提供Context相关的枚举,当前仅包含数据加密等级的枚举。本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。本模块接口仅可在Stage模型下使用。
二、导入模块
.import contextConstant from ‘@ohos.app.ability.contextConstant’;
三、ContextConstant.AreaMode
使用时通过ContextConstant.AreaMode获取。系统能力:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.Core
本文根据HarmonyOS官方开发文档整理
标签:原生,ContextConstant,鸿蒙,app,contextConstant,接口,AreaMode,Stage From: https://blog.51cto.com/u_14946066/8874537