OH_NativeBundle_ElementName
typedef struct {...} OH_NativeBundle_ElementName
Overview
The struct describes the elementName information.
Since: 13
Related module: Native_Bundle
Header file: native_interface_bundle.h
Summary
Member Variables
| Name | Description |
|---|---|
| char* bundleName | Pointer to the bundle name of the application. |
| char* moduleName | Pointer to the module name. |
| char* abilityName | Pointer to the ability name. |