As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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.
i
ipelia
said
over 9 years ago
well i wanted to grey out objects that have not been sync yet, but it s not an absolute requirement. thanks for the answer :)
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...