![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Modules | |
Action Id's | |
Actions that we have defined. | |
Classes | |
class | XBMCAddon::xbmcgui::Action |
Functions | |
XBMCAddon::xbmcgui::Action::getId () | |
XBMCAddon::xbmcgui::Action::getButtonCode () | |
XBMCAddon::xbmcgui::Action::getAmount1 () | |
XBMCAddon::xbmcgui::Action::getAmount2 () | |
Action class.
Class: xbmcgui.Action():
This class serves in addition to identify carried out Action Id's of Kodi and to be able to carry out thereby own necessary steps.
The data of this class are always transmitted by callback Window::onAction at a window.
XBMCAddon::xbmcgui::Action::getAmount1 | ( | ) |
XBMCAddon::xbmcgui::Action::getAmount2 | ( | ) |
XBMCAddon::xbmcgui::Action::getButtonCode | ( | ) |
XBMCAddon::xbmcgui::Action::getId | ( | ) |
To get Action Id's
This function returns the identification code used by the explained order, it is necessary to determine the type of command from Action Id's.
Example: