class documentation
Translate notifications from the notification ID and some user data,
| Method | from |
A user interacted with a notification with the given parameters; deserialize them into a Python object that can process that action. |
| Method | to |
The application has requested to send a notification to the operating system, serialize the Python object represneting this category of notification into a 2-tuple of notificatcionID, userData that can be encapsulated in a ... |
A user interacted with a notification with the given parameters; deserialize them into a Python object that can process that action.