• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_NativeBundle_ElementName
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 elementName information.
12
13**Since**: 13
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* bundleName | Pointer to the bundle name of the application.|
26| char* moduleName | Pointer to the module name.|
27| char* abilityName | Pointer to the ability name.|
28