[Aerogear-users] Multiple categories?

Erik Jan de Wit edewit at redhat.com
Mon Jul 6 16:58:02 EDT 2015


On Mon, Jul 6, 2015 at 4:59 PM, mo <michi.oshima at gmail.com> wrote:

> specifies only one category, "mail".  Is it possible to specify multiple
> categories?  For example, categories `["A", "B", "C"]`.  If so, when I
>

 Yes that is possible

receive 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)

If you put your category there as well the client will get it when it
receives the message.

-- 
Cheers,
       Erik Jan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20150706/bd04af1f/attachment-0001.html 


More information about the Aerogear-users mailing list