|
kodi
|
Class - CAddonStatusHandler Used to inform the user about occurred errors and changes inside Add-on's, and ask him what to do. More...
#include <AddonStatusHandler.h>


Public Member Functions | |
| CAddonStatusHandler (const std::string &addonID, AddonInstanceId instanceId, ADDON_STATUS status, bool sameThread=true) | |
| void | Process () override |
| void | OnStartup () override |
| void | OnExit () override |
Class - CAddonStatusHandler Used to inform the user about occurred errors and changes inside Add-on's, and ask him what to do.
It can executed in the same thread as the calling function or in a separate thread.
| ADDON::CAddonStatusHandler::CAddonStatusHandler | ( | const std::string & | addonID, |
| AddonInstanceId | instanceId, | ||
| ADDON_STATUS | status, | ||
| bool | sameThread = true |
||
| ) |
|
overridevirtual |
1.8.13