harmony 鸿蒙Asset_Value

  • 2025-06-12
  • 浏览 (4)

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.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Asset Store Kit (Asset Store Service)

harmony 鸿蒙Asset_Attr

harmony 鸿蒙Asset_Blob

harmony 鸿蒙Asset_Result

harmony 鸿蒙Asset_ResultSet

harmony 鸿蒙AssetApi

harmony 鸿蒙AssetType

harmony 鸿蒙asset_api.h

harmony 鸿蒙asset_type.h

harmony 鸿蒙Asset Store Service Error Code

0  赞