Notifications
These APIs allow you to add notifications to the log.
Last updated
These APIs allow you to add notifications to the log.
create_notification('my notification')
True if the notification has been added or False if it failed.
This function will allow you to have an icon for an item show up in the notification window. The ID is the model of the item.
create_notification('my notification', 69)
True if the notification has been added or False if it failed.
Last updated