The Notification
<?php
use WebPush\Notification;
$notification = Notification::create();<?php
use WebPush\Notification;
$notification = Notification::create()
->withPayload('Hello world')
;TTL (Time-To-Live)
<?php
use WebPush\Notification;
$notification = Notification::create()
->withTTL(3600)
;Topic
Urgency
Urgency
Device State
Examples
Asynchronous Response
JSON Messages
Last updated
Was this helpful?