You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| title | string | Notification title (font size would be larger than the body) |
13
+
| body | string | Notification content |
14
+
| category | string | Reserved field, no use yet |
15
+
| device_key | string | The key for each device |
16
+
| level (optional) | string |`'active'`, `'timeSensitive'`, or `'passive'`|
17
+
| badge (optional) | integer | The number displayed next to App icon ([Apple Developer](https://developer.apple.com/documentation/usernotifications/unnotificationcontent/1649864-badge)) |
18
+
| automaticallyCopy (optional) | string | Must be `1`|
19
+
| copy (optional) | string | The value to be copied |
20
+
| sound (optional) | string | Value from [here](https://github.com/Finb/Bark/tree/master/Sounds)|
21
+
| icon (optional) | string | An url to the icon, available only on iOS 15 or later |
22
+
| group (optional) | string | The group of the notification |
23
+
| isArchive (optional) | string | Value must be `1`. Whether or not should be archived by the app |
24
+
| url (optional) | string | Url that will jump when click notification |
25
+
|**markdown** (optional) | string | will create markdown url and replace url |
"markdown": "# Bark\\n\\n[Bark](https://github.com/Finb/Bark) is an iOS App which allows you to push customed notifications to your iPhone.\\n\\n\\n## Push\\n\\n| Field | Type | Description |\\n| ----- | ---- | ----------- |\\n| title | string | Notification title (font size would be larger than the body) |\\n| body | string | Notification content |\\n| category | string | Reserved field, no use yet |\\n| device_key | string | The key for each device |\\n| level (optional) | string | `\'active\'`, `\'timeSensitive\'`, or `\'passive\'` |\\n| badge (optional) | integer | The number displayed next to App icon ([Apple Developer](https://developer.apple.com/documentation/usernotifications/unnotificationcontent/1649864-badge)) |\\n| automaticallyCopy (optional) | string | Must be `1` |\\n| copy (optional) | string | The value to be copied |\\n| sound (optional) | string | Value from [here](https://github.com/Finb/Bark/tree/master/Sounds) |\\n| icon (optional) | string | An url to the icon, available only on iOS 15 or later |\\n| group (optional) | string | The group of the notification |\\n| isArchive (optional) | string | Value must be `1`. Whether or not should be archived by the app |\\n| url (optional) | string | Url that will jump when click notification |\\n| **markdown** (optional) | string | will create markdown url and replace url |"
0 commit comments