NotificationAction
class NotificationAction
Class NotificationAction
Properties
| SystemPwaController | $mod |
Methods
int
clearNotification(array $userIds, string|null $token = null)
No description
int
sendWebPush(string $title, string $message, string $url = null, array $user_ids = null, string $token = null, string $iconURL = null, int|null $ttl = null)
Send Web Push Notification to users Very well supported by Chrome and Firefox.
int
sendWebPushNotification(Notification $notification, string|null $iconURL = null, int|null $ttl = null)
Send Web Push Notification to users Very well supported by Chrome and Firefox.
Details
at line 100
int
clearNotification(array $userIds, string|null $token = null)
No description
at line 74
int
sendWebPush(string $title, string $message, string $url = null, array $user_ids = null, string $token = null, string $iconURL = null, int|null $ttl = null)
Send Web Push Notification to users Very well supported by Chrome and Firefox.
Some Support in EDGE and Opera. Little to no support in safari or IE.
at line 34
int
sendWebPushNotification(Notification $notification, string|null $iconURL = null, int|null $ttl = null)
Send Web Push Notification to users Very well supported by Chrome and Firefox.
Some Support in EDGE and Opera. Little to no support in safari or IE.