@adding notification type & url

This commit is contained in:
halphass 2017-03-26 12:44:58 +02:00
parent cb1ba121cd
commit e08afa1416

View file

@ -51,9 +51,15 @@ function onDeviceReadyPush() {
if(!empty(data.additionalData.url))
{
console.log('HO UN URL VALIDO '+data.additionalData.url);
/*
TODO: va aggiunto come si deve comportare l'app
*/
}
else {
console.log('NESSUN URL, DEVO VISUALIZZARE DA QUALCHE PARTE MESSAGGIO E TITOLO..');
/*
TODO: va aggiunto come si deve comportare l'app
*/
}
}