(self, sslMode, sslInformation="")
| 1718 | self.__ui.showMessage(messageString) |
| 1719 | |
| 1720 | def setSSLMode(self, sslMode, sslInformation=""): |
| 1721 | self.__ui.setSSLMode(sslMode, sslInformation) |
| 1722 | |
| 1723 | def showMessage(self, message, noPlayer=False, noTimestamp=False, OSDType=constants.OSD_NOTIFICATION, mood=constants.MESSAGE_NEUTRAL, isMotd=False): |
| 1724 | if not noPlayer: |
no outgoing calls
no test coverage detected