avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

allow passing of list to subscribe channels #29

Open shfaizanali opened 9 years ago

shfaizanali commented 9 years ago

Subscribe channel should allow the list so that If I want to subscribe to multiple chanels I dont have to chain the dependencies

budda commented 9 years ago

Can you elaborate on that? What doesn't getSubscriptions() do at the moment ?

hansgill commented 8 years ago

I think he is referring to the subscribe method. Would be nice to have the subscribe method take an array rather than a single channel.

subscribe(channelsArray, function(){});