#

Documentation

Push Notification For Developer
Push Notification For Developer
Push Notification

 
    $.get("https://qithy.my.id:8000/broadcast/idpemesanananda?message=" + encodeURIComponent('pesananda'))
        .done(function (data) {
            console.log("Notif terkirim");
        })
        .fail(function (err) {
            console.log("Gagal kirim notif", err);
        });