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

New inbox style on android #131

Closed
Closed
@gpiroux

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions