Android APIs Removed in Mobile SDK 11.0
These lists show Mobile SDK objects and
artifacts for Android that were removed in Mobile SDK 10.0.
Mobile SDK 10.0 for Android has removed the following APIs.
SoupSpec
-
1public class SoupSpec- External storage and soup spec have been removed in 11.0.
AlterSoupLongOperation
-
1public AlterSoupLongOperation(SmartStore store, String soupName, 2 SoupSpec newSoupSpec, IndexSpec[] newIndexSpecs, boolean reIndexData) 3 throws JSONException- External storage and soup spec have been removed in 11.0. Use other constructor instead.
SmartStore
-
1public void registerSoupWithSpec(final SoupSpec soupSpec, 2 final IndexSpec[] indexSpecs) -
- External storage and soup spec have been removed in 11.0. Use registerSoup(String soupName, IndexSpec[] indexSpecs) instead.
-
1public void alterSoup(String soupName, SoupSpec soupSpec, 2 IndexSpec[] indexSpecs, boolean reIndexData) 3 throws JSONException -
- External storage and soup spec have been removed in 11.0. Use alterSoup(String soupName, IndexSpec[] indexSpecs) instead.
-
1public SoupSpec getSoupSpec(String soupName) -
- External storage and soup spec have been removed in 11.0
-
1public boolean usesExternalStorage(String soupName) -
- External storage and soup spec have been removed in 11.0