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
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://packagist.org/packages/laravel-notification-channels/pushover)
@@ -132,6 +132,7 @@ public function routeNotificationForPushover() {
132
132
|`normalPriority()`| Sets the priority to normal. |
133
133
|`highPriority()`| Sets the priority to high. |
134
134
|`emergencyPriority($retryTimeout, $expireAfter)`| Sets the priority to emergency and accepts integer values for the retry timeout and expiry time (in seconds). |
135
+
|`callback($callbackUrl)`| Sets a publicly-accessible URL that Pushover will send a request to when the user has acknowledged your notification for an emergency notification. |
0 commit comments