Oops, didn't see it was about simple push, in that case it's still possible tough, only have to query your backend with the 'number' you supplied your client with. To elaborate let's say with category 'a' I send a message with number 26, then when the client queries the backend, after receiving the notification, with number 26, the backend can inform the client that it was category 'a' that was used to "triggered" it.Does that make sense?
On Mon, Jul 6, 2015 at 11:10 PM, Matthias Wessendorf <matzew@apache.org> wrote:_______________________________________________
On Monday, July 6, 2015, Erik Jan de Wit <edewit@redhat.com> wrote:On Mon, Jul 6, 2015 at 4:59 PM, mo <michi.oshima@gmail.com> wrote:specifies only one category, "mail". Is it possible to specify multiple
categories? For example, categories `["A", "B", "C"]`. If so, when IYes that is possiblereceive a message, will I be able to tell to which category the message
belongs? If the sender were to tag the message as category "A", would the
client be able to inspect the message and extract "A"?Not out of the box, but you could add the category manually when sending and then the client can read it.See here: https://aerogear.org/docs/unifiedpush/push-message-format/ or here https://aerogear.org/docs/unifiedpush/push-message-format-dev/ depending on your version you can add user defined keys to the message (someKey, anotherCustomKey)That is a good idea, Erik! I like it :-)I think the problem here is the usage of SimplePush: the push server only send a version/timestamp :-/-M----If you put your category there as well the client will get it when it receives the message.Cheers,Erik Jan
Sent from Gmail Mobile
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users
--Cheers,Erik Jan
_______________________________________________
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users