MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / _simple_notify

Method _simple_notify

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

Source from the content-addressed store, hash-verified

1348 # initialise the message notifier
1349 def notifierInit(self):
1350 def _simple_notify(
1351 title, subtitle, category, label=None, icon=None):
1352 self.tray.showMessage(title, subtitle, 1, 2000)
1353
1354 self._notifier = _simple_notify
1355 # does nothing if isAvailable returns false

Callers

nothing calls this directly

Calls 1

showMessageMethod · 0.80

Tested by

no test coverage detected