Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

New inbox style on android #131

Closed
gpiroux opened this issue Sep 14, 2015 · 2 comments
Closed

New inbox style on android #131

gpiroux opened this issue Sep 14, 2015 · 2 comments

Comments

@gpiroux
Copy link

gpiroux commented Sep 14, 2015

Hi all,

I'm trying to implement the new inbox style notification (phonegap-plugin-push version 1.2.3) without success. Only the latest notification appears and replaces the previous ones.
Here is the data sent to the GCM server :

       var data = {
           registration_ids: gcmDevices,
           data: {
               title: title,
               message: message,
               style: 'inbox',
               summaryText: 'There are %n% notifications'
           }
       }; 
       gcm.send(data);

Is there something wrong with my config ?
Thanks,

geoffroy

@gpiroux gpiroux closed this as completed Sep 14, 2015
@gpiroux
Copy link
Author

gpiroux commented Sep 14, 2015

Ok, sorry... We just need to swipe down on the notification to see all the message :-/

@lock
Copy link

lock bot commented Jun 5, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant