MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / notifierShow

Method notifierShow

src/bitmessageqt/__init__.py:1377–1381  ·  view source on GitHub ↗
(
            self, title, subtitle, category, label=None, icon=None)

Source from the content-addressed store, hash-verified

1375 logger.warning("No notification.sound plugin found")
1376
1377 def notifierShow(
1378 self, title, subtitle, category, label=None, icon=None):
1379 self.playSound(category, label)
1380 self._notifier(
1381 unicode(title), unicode(subtitle), category, label, icon)
1382
1383 # tree
1384 def treeWidgetKeyPressEvent(self, event):

Callers 2

setStatusIconMethod · 0.95

Calls 1

playSoundMethod · 0.95

Tested by

no test coverage detected