parse-community/ParseLiveQuery-Android

Does subscriptionHandling.handleEvents callback will keep on refreshing as new Data will be updated?

sandeep2242 opened this issue · 2 comments

I have one query regarding live query, Does subscriptionHandling.handleEvents callback will keep on refreshing as new Data will be updated on regural intervals?

The event will fire every times a new object matching your query is available or an existing object is updated.

ok Thanks a ton.