Skip to content

Move the interface closer to the actual content of GCM notifications #144

@hypesystem

Description

@hypesystem

Replace collapseKey with collapse_key, etc.

It would also be really cool if we could make it possible to send pre-built messages, for when the user knows what she is doing:

var gcm = require("gcm");
var sender = new gcm.Sender("<api key>");
sender.send({
    data: {
        hello: "world"
    }
}, "<registration id>", callback);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions