| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Namespace:  kodi::gui::dialogs::OK Namespaces | |
| namespace | kodi::gui::dialogs::OK | 
Functions | |
| void ATTR_DLL_LOCAL | kodi::gui::dialogs::OK::ShowAndGetInput (const std::string &heading, const std::string &text) | 
| Use dialog to inform user with text and confirmation with OK with continued string.   | |
| void ATTR_DLL_LOCAL | kodi::gui::dialogs::OK::ShowAndGetInput (const std::string &heading, const std::string &line0, const std::string &line1, const std::string &line2) | 
| Use dialog to inform user with text and confirmation with OK with strings separated to the lines.   | |
Namespace:  kodi::gui::dialogs::OK It has the header #include <kodi/gui/dialogs/OK.h> be included to enjoy it.
      
  | 
  inline | 
Use dialog to inform user with text and confirmation with OK with strings separated to the lines.
| [in] | heading | Dialog heading. | 
| [in] | line0 | Line #1 text. | 
| [in] | line1 | Line #2 text. | 
| [in] | line2 | Line #3 text. | 
Example:
      
  | 
  inline | 
Use dialog to inform user with text and confirmation with OK with continued string.
| [in] | heading | Dialog heading. | 
| [in] | text | Multi-line text. | 
Example: