Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIHelpers.h>
Static Public Member Functions | |
static bool | DialogAddonLifecycleUseAsk (const std::shared_ptr< const IAddon > &addon) |
This shows an Yes/No dialog with information about the add-on if it is not in the normal status. | |
This shows an Yes/No dialog with information about the add-on if it is not in the normal status.
This asks the user whether he really wants to use the add-on and informs with text why the other status is.
[in] | addon | Class of the add-on to be checked |