She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

multi notification in status bar

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

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

multi notification in status bar

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,

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

multi notification in status bar

Hello Shi,

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

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

multi notification in status bar

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

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

multi notification in status bar

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

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

multi notification in status bar

done with this issue,

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

Thank You,

Return to “Issues”