@adding notification type & url
This commit is contained in:
parent
cb1ba121cd
commit
e08afa1416
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue