Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ADDON::IAddonMgrCallback Class Referenceabstract

#include <IAddonManagerCallback.h>

Inheritance diagram for ADDON::IAddonMgrCallback:
PVR::CPVRClients

Public Member Functions

virtual ~IAddonMgrCallback ()=default
 
virtual bool RequestRestart (const std::string &addonId, AddonInstanceId instanceId, bool datachanged)=0
 

Detailed Description

Class - IAddonMgrCallback This callback should be inherited by any class which manages specific addon types. Could be mostly used for Dll addon types to handle cleanup before restart/removal

Constructor & Destructor Documentation

◆ ~IAddonMgrCallback()

virtual ADDON::IAddonMgrCallback::~IAddonMgrCallback ( )
virtualdefault

Member Function Documentation

◆ RequestRestart()

virtual bool ADDON::IAddonMgrCallback::RequestRestart ( const std::string & addonId,
AddonInstanceId instanceId,
bool datachanged )
pure virtual

Implemented in PVR::CPVRClients.


The documentation for this class was generated from the following file: