Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "addons/IAddon.h"
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
Classes | |
class | ADDON::CAddon |
Namespaces | |
namespace | ADDON |
Typedefs | |
using | ADDON::AddonInfoPtr = std::shared_ptr<CAddonInfo> |
Functions | |
void | ADDON::OnPreInstall (const AddonPtr &addon) |
void | ADDON::OnPostInstall (const AddonPtr &addon, bool update, bool modal) |
void | ADDON::OnPreUnInstall (const AddonPtr &addon) |
void | ADDON::OnPostUnInstall (const AddonPtr &addon) |