OH_NativeBundle_ModuleMetadata
typedef struct OH_NativeBundle_ModuleMetadata {...} OH_NativeBundle_ModuleMetadata
Overview
The struct describes the metadata of a module.
Since: 20
Related module: Native_Bundle
Header file: native_interface_bundle.h
Summary
Member Variables
| Name | Description |
|---|---|
| char* moduleName | Pointer to the module name. |
| OH_NativeBundle_Metadata* metadataArray | Pointer to an array containing the module's metadata. |
| size_t metadataArraySize | Number of elements in the metadata array. |