Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi::gui::dialogs::Keyboard Namespace Reference

Functions

bool ShowAndGetInput (std::string &text, const std::string &heading, bool allowEmptyResult, bool hiddenInput=false, unsigned int autoCloseMs=0)
 Show keyboard with initial value text and replace with result string. More...
 
bool ShowAndGetInput (std::string &text, bool allowEmptyResult, unsigned int autoCloseMs=0)
 The example shows the display of keyboard call dialog at Kodi from the add-on. More...
 
bool ShowAndGetNewPassword (std::string &newPassword, const std::string &heading, bool allowEmptyResult, unsigned int autoCloseMs=0)
 Shows keyboard and prompts for a password. Differs from ShowAndVerifyNewPassword() in that no second verification. More...
 
bool ShowAndGetNewPassword (std::string &newPassword, unsigned int autoCloseMs=0)
 Shows keyboard and prompts for a password. Differs from ShowAndVerifyNewPassword() in that no second verification. More...
 
bool ShowAndVerifyNewPassword (std::string &newPassword, const std::string &heading, bool allowEmptyResult, unsigned int autoCloseMs=0)
 Show keyboard twice to get and confirm a user-entered password string. More...
 
bool ShowAndVerifyNewPassword (std::string &newPassword, unsigned int autoCloseMs=0)
 Show keyboard twice to get and confirm a user-entered password string. More...
 
int ShowAndVerifyPassword (std::string &password, const std::string &heading, int retries, unsigned int autoCloseMs=0)
 Show keyboard and verify user input against password. More...
 
bool ShowAndGetFilter (std::string &text, bool searching, unsigned int autoCloseMs=0)
 Shows a filter related keyboard. More...
 
bool SendTextToActiveKeyboard (const std::string &text, bool closeKeyboard=false)
 Send a text to a visible keyboard. More...
 
bool IsKeyboardActivated ()
 Check for visible keyboard on GUI. More...