def show_login_failed_notification(self):
"""
Shows login failed notification for 5 sec
:returns: bool - Notification shown
"""
dialog = xbmcgui.Dialog()
dialog.notification(
self.utils.get_local_string(string_id=32006),
self.utils.get_local_string(string_id=32007),
xbmcgui.NOTIFICATION_ERROR, 5000)
评论列表
文章目录