API notes: UserNotifications framework¶
Apple Documentation¶
The framework is documented on Apple’s developer website
These bindings are accessed through the UserNotifications
package (that is, import UserNotifications
).
API Notes¶
The entire “UserNotifications” framework on MacOSX 10.14 (or later) is available from Python.
Note
The UserNotification framework is only available in 64-bit applications.