Kodi Development  20.0
for Binary and Script based Add-Ons

Detailed Description

Return value of functions in kodi::addon::CAddonBase and associated classes
With this Kodi can do any follow-up work or add-on e.g. declare it as defective.

Enumeration Type Documentation

◆ ADDON_STATUS

Enumerator
ADDON_STATUS_OK 

For everything OK and no error.

ADDON_STATUS_LOST_CONNECTION 

A needed connection was lost.

ADDON_STATUS_NEED_RESTART 

Addon needs a restart inside Kodi.

ADDON_STATUS_NEED_SETTINGS 

Necessary settings are not yet set.

ADDON_STATUS_UNKNOWN 

Unknown and incomprehensible error.

ADDON_STATUS_PERMANENT_FAILURE 

Permanent failure, like failing to resolve methods.