timanrebel / Parse

Appcelerator Titanium module for the Parse SDK
MIT License
47 stars 31 forks source link

Subscription Event Listener #13

Open deckameron opened 9 years ago

deckameron commented 9 years ago

Hi Tim,

Is possible to implement a eventlistener for the subscription process, please?

Parse.subscribeChannel('user_123'); Parse.addEventListener('channelSubscription', function(event){ if(event.error){ //Do something }else{ //Yeah! } })

Thanks again for this awesome module!