Slide 17
Slide 17 text
Data Message
{
"to" : "xUdFQ3P1...",
"data" : {
"name" : "fox",
"body" : "neko",
"Place" : "horaana"
},
}
curl --header "Authorization: key=...guQidTc7xzs8" \
--header Content-Type:"application/json" \
https://fcm.googleapis.com/fcm/send \
-d "{\"to\": \"...aJevN_VwU0Y\",\"priority\":\"high\",\"data\": {\"custom_title\": \"this is custom title\", \"custom_body\": \"this is custom body\", \"icon\": \"ic_stat_ic_notification\"}}"