# bundle\_status\_callback.h ## **Overview** **Related Modules:** [BundleManager](BundleManager.md) **Description:** Declares the callback invoked upon state changes of an application and the structure defining the callback information. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
Data Structure Name |
Description |
---|---|
Defines the application state callback information. |
Typedef Name |
Description |
---|---|
BundleStateCallback) (const uint8_t installType, const uint8_t resultCode, const void *resultMessage, const char *bundleName, void *data) |
typedef void(* Called when the installation, update, or uninstallation state of an application changes. |
Function Name |
Description |
---|---|
ClearBundleStatusCallback (BundleStatusCallback *bundleStatusCallback) |
void Clears and releases the memory occupied by the BundleStatusCallback structure. |