class documentation

class _NotifConfigImpl: (source)

View In Hierarchy

Undocumented

Method add No summary
Method _notifierByCategory Undocumented
Method _register Undocumented
Class Variable _center Undocumented
Class Variable _notifiers Undocumented
Class Variable _settings Undocumented
Class Variable _wasGrantedPermission Undocumented
def add(self, category: type[NotifT], translator: NotificationTranslator[NotifT], allowInCarPlay: bool = False, hiddenPreviewsShowTitle: bool = False, hiddenPreviewsShowSubtitle: bool = False) -> Notifier[NotifT]: (source)
Parameters
category:type[NotifT]the category to add
translator:NotificationTranslator[NotifT]a translator that can load and save a translator.
allowInCarPlay:boolUndocumented
hiddenPreviewsShowTitle:boolUndocumented
hiddenPreviewsShowSubtitle:boolUndocumented
Returns
Notifier[NotifT]Undocumented
def _notifierByCategory(self, categoryID: str) -> Notifier[Any]: (source)

Undocumented

def _register(self): (source)

Undocumented

_center: UNUserNotificationCenter = (source)

Undocumented

Undocumented

_settings: UNNotificationSettings = (source)

Undocumented

_wasGrantedPermission: bool = (source)

Undocumented