Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits AddonClass.

Public Member Functions

 doModal (...)
 

Function: doModal([autoclose])


Show keyboard and wait for user action. More...
 
 getText ()
 

Function: getText()


Returns the user input as a string. More...
 
 isConfirmed ()
 

Function: isConfirmed()


Returns False if the user cancelled the input. More...
 
 Keyboard (const String &line=emptyString, const String &heading=emptyString, bool hidden=false)
 
 setDefault (...)
 

Function: setDefault(line)


Set the default text entry. More...
 
 setHeading (...)
 

Function: setHeading(heading)


Set the keyboard heading. More...
 
 setHiddenInput (...)
 

Function: setHiddenInput(hidden)


Allows hidden text entry. More...
 

Public Attributes

bool bConfirmed = false
 
bool bHidden
 
String strDefault
 
String strHeading
 
String strText
 

The documentation for this class was generated from the following file: