# native_interface_bundle.h ## Overview The file declares the APIs for querying application information. **Since** 9 **Related Modules** [bundle](_bundle.md) ## Summary ### Structs | Name| Description| | -------- | -------- | | [OH_NativeBundle_ApplicationInfo](_o_h___native_bundle_application_info.md) | Describes the application information.| | [OH_NativeBundle_ElementName](_o_h___native_bundle_element_name.md) | Describes the application entry information.| | [OH_NativeBundle_Metadata](native_interface_bundle_metadata.md) | Describes the metadata of the application.| | [OH_NativeBundle_ModuleMetadata](native_interface_bundle_module_metadata.md) | Describes the module metadata of the application.| ### Functions | Name| Description| | -------- | -------- | | [OH_NativeBundle_GetCurrentApplicationInfo](_bundle.md#oh_nativebundle_getcurrentapplicationinfo)| Obtains the current application information.| | [OH_NativeBundle_GetAppId](_bundle.md#oh_nativebundle_getappid) | Obtains the appId information about the current application.| | [OH_NativeBundle_GetAppIdentifier](_bundle.md#oh_nativebundle_getappidentifier) | Obtains the appIdentifier information about the current application.| | [OH_NativeBundle_GetMainElementName](_bundle.md#oh_nativebundle_getmainelementname) | Obtains the entry information about the current application.| | [OH_NativeBundle_GetCompatibleDeviceType](_bundle.md#oh_nativebundle_getcompatibledevicetype) | Obtains the compatible device type of the current application.| | [OH_NativeBundle_IsDebugMode](_bundle.md#oh_nativebundle_isdebugmode) | Checks whether the current application is in debug mode.| | [OH_NativeBundle_GetModuleMetadata](_bundle.md#oh_nativebundle_getmodulemetadata) | Obtains the metadata information of the application.|