Start a new topic

Offline save

Hello

Is there a way to have the list of object in a collection that have a save pending because the app is still offline.I can get the number of items in a collection by calling $kinvey.Sync.count(collectionid), but i would like to know which instances have a save pending...

This is currently not provided by the library. What’s your exact use case, because normally it should be transparent to the end-user whether objects are saved off- or online.
well i wanted to grey out objects that have not been sync yet, but it s not an absolute requirement. thanks for the answer :)
Login or Signup to post a comment