• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_NativeBundle_Metadata
2<!--Kit: Ability Kit-->
3<!--Subsystem: BundleManager-->
4<!--Owner: @wanghang904-->
5<!--Designer: @hanfeng6-->
6<!--Tester: @kongjing2-->
7<!--Adviser: @Brilliantry_Rui-->
8
9## Overview
10
11The struct describes the metadata information.
12
13**Since**: 20
14
15**Related module**: [Native_Bundle](capi-native-bundle.md)
16
17**Header file**: [native_interface_bundle.h](capi-native-interface-bundle-h.md)
18
19## Summary
20
21### Member Variables
22
23| Name| Description|
24| -- | -- |
25| char* name | Pointer to the name of the metadata.|
26| char* value | Pointer to the value of the metadata.|
27| char* resource | Pointer to the resource linked to the metadata.|
28