class documentation

class _AppNotificationsCtxBuilder: (source)

View In Hierarchy

Undocumented

Async Method __aenter__ Request authorization, then start building this notifications manager.
Async Method __aexit__ Finalize the set of notification categories and actions in use for this application.
Instance Variable cfg Undocumented
Class Variable _center Undocumented
Class Variable _cfg Undocumented
async def __aenter__(self) -> _NotifConfigImpl: (source)

Request authorization, then start building this notifications manager.

async def __aexit__(self, exc_type: type[BaseException] | None, exc_value: BaseException | None, traceback: TracebackType | None, /) -> bool: (source)

Finalize the set of notification categories and actions in use for this application.

Undocumented

_center: UNUserNotificationCenter = (source)

Undocumented