Page 1 of 1

multi notification in status bar

Posted: Thu May 07, 2015 6:43 am
by She

Hi Team,

does anyone here knows how to create a multi notification in status bar like in facebook? if you guys know this please share it. via my email. a href="mailto:ramirez.she@gmail.com" rel="nofollow"ramirez.she@gmail.com/a

i hope you can help me.
Thanks


multi notification in status bar

Posted: Fri May 08, 2015 7:45 am
by She

Hi Team,
any help here?
code
PushNotification.prototype.setMultiNotificationMode = function(success, fail) {
cordova.exec(success, fail, "PushNotification", "setMultiNotificationMode", []);
};
/code why this code is not working?
this Allows multiple notifications to be displayed in the Android Notification right? so why this is not working
Thanks,


multi notification in status bar

Posted: Fri May 08, 2015 8:08 am
by Alena Prykhodko

Hello Shi,

We do not have ready solution to share.
Where do you call this code? Do you get any error in console?


multi notification in status bar

Posted: Mon May 11, 2015 6:17 am
by She

Hi Alena,
I add that code in PushNotification.js, and set the next code:
code
public void setMultiNotificationMode() {
sSimpleNotification = true;
}
/code
in PushManager.java

but this didnt work. when i push 2 notification. the output in the status bar is always the last push message.

Thanks


multi notification in status bar

Posted: Mon May 11, 2015 6:37 am
by She

Hi Alena,
this following tread says that the "setMultiNotificationMode" is supports the multiple message in status bar:
https://github.com/Pushwoosh/pushwoos...

but why when i try this, this is not working. help..

Thank you


multi notification in status bar

Posted: Mon May 11, 2015 8:23 am
by She

done with this issue,

now the only thing i need to do is this topic:
https://getsatisfaction.com/apperyio/...

Thank You,