API notes: UserNotifications framework
======================================

Apple Documentation
-------------------

The framework is documented on `Apple's developer website`__

.. __: https://developer.apple.com/documentation/usernotifications?preferredLanguage=occ

These bindings are accessed through the ``UserNotifications`` package (that is, ``import UserNotifications``).


API Notes
---------

The entire "UserNotifications" framework on macOS 10.14 (or later) is available from Python.
