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...
well i wanted to grey out objects that have not been sync yet, but it s not an absolute requirement. thanks for the answer :)
M
Mark
said
almost 7 years ago
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.
ipelia
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...