class documentation

A Notifier can deliver notifications.

Async Method notifyAt Request a future notification at the given time.
Method undeliver Remove the previously-delivered notification object from the notification center, if it's still there.
Method unsend Prevent the as-yet undelivered notification object from being delivered.
async def notifyAt(self, when: DateTime[ZoneInfo], notification: NotifT, title: str, body: str): (source)

Request a future notification at the given time.

def undeliver(self, notification: NotifT): (source)

Remove the previously-delivered notification object from the notification center, if it's still there.

def unsend(self, notification: NotifT): (source)

Prevent the as-yet undelivered notification object from being delivered.