OH_NativeBundle_Metadata
typedef struct OH_NativeBundle_Metadata {...} OH_NativeBundle_Metadata
Overview
The struct describes the metadata information.
Since: 20
Related module: Native_Bundle
Header file: native_interface_bundle.h
Summary
Member Variables
| Name | Description |
|---|---|
| char* name | Pointer to the name of the metadata. |
| char* value | Pointer to the value of the metadata. |
| char* resource | Pointer to the resource linked to the metadata. |