ability_env.h
Overview
Related Modules:
Description:
Declares functions for obtaining information about the runtime environment of the application to which the ability belongs, including the bundle name, source code path, and data path.
Since:
1.0
Version:
1.0
Summary
Functions
| Function Name | Description |
|---|---|
| GetBundleName () | const char Obtains the bundle name of the application to which this ability belongs. |
| GetSrcPath () | const char Obtains the source code path of this ability. |
| GetDataPath () | const char * Obtains the data path of this ability. |
