class documentation

class Notifier: (source)

View In Hierarchy

A notifier for a specific category.

Async Method notifyAt Undocumented
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.
Method _createUNNotificationCategory Undocumented
Async Method _handleResponse Undocumented
Async Method _notifyWithTrigger Undocumented
Class Variable _actionInfos Undocumented
Class Variable _allowInCarPlay Undocumented
Class Variable _cfg Undocumented
Class Variable _hiddenPreviewsShowSubtitle Undocumented
Class Variable _hiddenPreviewsShowTitle Undocumented
Class Variable _notificationCategoryID Undocumented
Class Variable _tx Undocumented
async def notifyAt(self, when: DateTime[ZoneInfo], notification: NotifT, title: str, body: str): (source)

Undocumented

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.

def _createUNNotificationCategory(self) -> UNNotificationCategory: (source)

Undocumented

async def _handleResponse(self, response: UNNotificationResponse): (source)

Undocumented

async def _notifyWithTrigger(self, trigger: UNNotificationTrigger, notification: NotifT, title: str, body: str): (source)

Undocumented

Undocumented

_allowInCarPlay: bool = (source)

Undocumented

_hiddenPreviewsShowSubtitle: bool = (source)

Undocumented

_hiddenPreviewsShowTitle: bool = (source)

Undocumented

_notificationCategoryID: str = (source)

Undocumented

Undocumented