|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Kodi's background progress dialog class More...
Classes | |
| class | XBMCAddon::xbmcgui::DialogProgressBG |
Kodi's background progress dialog class
| void XBMCAddon::xbmcgui::DialogProgressBG::close | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().close() Close the background progress dialog
Example:
| void XBMCAddon::xbmcgui::DialogProgressBG::create | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().create(heading[, message]) Create and show a background progress dialog.
| heading | string or unicode - dialog heading. |
| message | [opt] string or unicode - message text. |
Example:
| bool XBMCAddon::xbmcgui::DialogProgressBG::isFinished | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().isFinished() Checks progress is finished
Example:
| void XBMCAddon::xbmcgui::DialogProgressBG::update | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().update([percent, heading, message]) Updates the background progress dialog.
| percent | [opt] integer - percent complete. (0:100) |
| heading | [opt] string or unicode - dialog heading. |
| message | [opt] string or unicode - message text. |
Example: