I am needing to force a re-download/refresh of all the data from a certain layer in an offline geodatabase. I thought there would be some sort of sync-parameter to flag this but I can't find one.
Some background:
The idea is a user has already downloaded an offline version of the webmap through a GenerateOfflineMapJob. This map contains a layer that is non-editable. Due to the way this data is managed thought our on premise servers the user can have false/phantom data lingering in their offline database via a normal sync. So before a sync I would like be able to flag an invalidation of the data for that layer and re-download all of it instead of just grabbing the geodatabase Delta.
I am using the 100.11 version of the android SDK. Any thoughts or ideas would be greatly appreciated, thanks.