

kb.setDefault('password') setHeading(.) setHeading(heading)-Set the keyboard heading. if (kb.isConfirmed()): setDefault(.) setDefault(default)-Set the default text entry. text = kb.getText() isConfirmed(.) isConfirmed() -Returns False if the user cancelled the input. Use theisConfirmed() method to check if user cancelled the keyboard. *Note, This will always return the text entry even if you cancel the keyboard. kb.doModal(30000) getText(.) getText() -Returns the user input as a string. kb.setHeading('Enter password') # optionalĭoModal(.) doModal()-Show keyboard and wait for user action.Īutoclose : integer - milliseconds to autoclose dialog. kb =xbmc.Keyboard ('default', 'heading', True) Hidden : boolean - True for hidden text entry. Heading and hidden input flag if supplied.ĭefault : string - default text entry. Keyboard()-Creates a newKeyboard object with default text ) -> a new object with type S, a subtype of T getYear(.) getYear() - returns an integer. getWritingCredits(.) getWritingCredits() - returns a string. getVotes(.) getVotes() - returns a string. getTitle(.) getTitle() - returns a string. getRating(.) getRating() - returns a float (double where supported) getTagLine(.) getTagLine() - returns a string. getPremiered(.) getPremiered() - returns a string.

getPlotOutline(.) getPlotOutline() - returns a string. getPla圜ount(.) getPla圜ount() -returns a integer. getPictureURL(.) getPictureURL() - returns a string.

getOriginalTitle(.) getOriginalTitle() - returns a string. getLastPlayed(.) getLastPlayed() -returns a string. getIMDBNumber(.) getIMDBNumber() - returns a string. getGenre(.) getGenre() - returns a string. getFirstAired(.) getFirstAired() - returns a string. getDirector(.) getDirector() - returns a string.
