-
public class BundleDownloader.BundleInfo
-
-
Method Summary
Modifier and Type Method Description static BundleDownloader.BundleInfo
fromJSONString(String jsonStr)
String
toJSONString()
String
getUrl()
int
getFilesChangedCount()
-
-
Method Detail
-
fromJSONString
@Nullable() static BundleDownloader.BundleInfo fromJSONString(String jsonStr)
-
toJSONString
@Nullable() String toJSONString()
-
getFilesChangedCount
int getFilesChangedCount()
-
-
-
-