@ohos.InputMethodSubtype (输入法子类型)

本模块提供对输入法子类型的属性管理。输入法应用子类型的含义,如:输入法的中文版、英文版、大写模式、小写模式等都属于输入法的子类型。

说明:

本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。

导入模块

import InputMethodSubtype from '@ohos.InputMethodSubtype';

属性

属性值。

系统能力: SystemCapability.MiscServices.InputMethodFramework

名称 类型 可读 可写 必选 说明
label string 输入法子类型的标签。
name string 输入法应用的包名。
id string 输入法子类型的id。
mode string 输入法子类型的模式,包括upper(大写)和lower(小写)。
locale string 输入法子类型的方言版本。
language string 输入法子类型的语言。
icon string 输入法子类型的图标。
iconId number 输入法子类型的图标id。
extra object 输入法子类型的其他信息。