| 
| bool ATTR_DLL_LOCAL  | kodi::gui::dialogs::YesNo::ShowAndGetInput (const std::string &heading, const std::string &text, bool &canceled, const std::string &noLabel="", const std::string &yesLabel="") | 
|   | Use dialog to get numeric new password with one text string shown everywhere and cancel return field.  
  | 
|   | 
| bool ATTR_DLL_LOCAL  | kodi::gui::dialogs::YesNo::ShowAndGetInput (const std::string &heading, const std::string &line0, const std::string &line1, const std::string &line2, const std::string &noLabel="", const std::string &yesLabel="") | 
|   | Use dialog to get numeric new password with separated line strings.  
  | 
|   | 
| bool ATTR_DLL_LOCAL  | kodi::gui::dialogs::YesNo::ShowAndGetInput (const std::string &heading, const std::string &line0, const std::string &line1, const std::string &line2, bool &canceled, const std::string &noLabel="", const std::string &yesLabel="") | 
|   | Use dialog to get numeric new password with separated line strings and cancel return field.  
  | 
|   |