mirror of https://github.com/caronc/apprise
Updated Development_API (markdown)
parent
b74887fbc6
commit
ded9b5461b
|
@ -45,8 +45,8 @@ apobj.notify(
|
|||
```
|
||||
By default, all notifications are sent as type **NotifyType.INFO** using the _default_ theme. The following other types are included with this theme:
|
||||
|
||||
| Notification Type | Text Representation | Description |
|
||||
| -------------------- | ------------------- | ----------- |
|
||||
| Notification Type | Text Representation | Image Representation |
|
||||
| -------------------- | ------------------- | -------------------- |
|
||||
| **NotifyType.INFO** | _info_ | [](https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default) |
|
||||
| **NotifyType.SUCCESS** | _warning_ | [](https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default) |
|
||||
| **NotifyType.WARNING** | _success_ | [](https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default) |
|
||||
|
|
Loading…
Reference in New Issue