Hi Miguel,
Coldstart is set on android when the notification started the app foreground is set when
the app is in the foreground. I’ll update the documentation to make this more clear.
Cheers,
Erik Jan
On 24 Feb,2014, at 14:16 , Miguel Lemos <miguel21op(a)gmail.com> wrote:
According to the documentation it's possible to decide what the
notification triggers depending if the app is running or is in the background.
if (e.foreground) {
alert(e.alert); // whatever...
}
else {
if (e.coldstart) {
// app started by the os to receive the notification
// ?
}
else {
// app was in the background but active when the notification was received
// ?
}
}
Maybe I didn't understand well the scope of this, because whatever I put inside the
coldstart it always triggers what is in the foreground event.
Thanks
M
_______________________________________________
aerogear-dev mailing list
aerogear-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev