harmony 鸿蒙Asset_Value
Asset_Value
Overview
Defines the value of an asset attribute, which is in the form of a key-value (KV) pair.
Since: 11
Related module: AssetType
Summary
Member Variables
Name | Description |
---|---|
bool boolean | Asset attribute value of the Boolean type. |
uint32_t u32 | Asset attribute value of the uint32_t type. |
Asset_Blob blob | Asset attribute value in an array of bytes. |
Member Variable Description
blob
Asset_Blob Asset_Value::blob
Description Represents an asset attribute value in an array of bytes.
boolean
bool Asset_Value::boolean
Description Represents an asset attribute value of the Boolean type.
u32
uint32_t Asset_Value::u32
Description Represents an asset attribute value of the uint32_t type.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦