Last active
December 25, 2015 00:09
-
-
Save lholmquist/6885434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//No criteria, just a normal send( what use to be broadcast ) | |
{ | |
message: { | |
alert: "...", | |
sound: "...", | |
badge: "...", | |
"simple-push": "version=123" | |
} | |
} | |
//With Criteria | |
{ | |
variants: [..., ...], | |
deviceType: [..., ...] | |
message: { | |
alert: "...", | |
sound: "...", | |
badge: "...", | |
"simple-push": "version=123" | |
}, | |
"simple-push": { | |
"...": "...." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment