Interface NetworkOptions
-
- All Known Implementing Classes:
NetworkOptionsImpl
public interface NetworkOptions
This interface defines options relative to network operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NetworkOptions.CacheStrategy
Supported SDK Cache Strategies.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkOptions.CacheStrategy
getCacheStrategy()
Defines which data source takes priority, server or cache.java.lang.Boolean
getPreloadImages()
Specifies whether images should be preloaded if possible.
-
-
-
Method Detail
-
getCacheStrategy
NetworkOptions.CacheStrategy getCacheStrategy()
Defines which data source takes priority, server or cache. If null, SDK will use default behaviour.
-
getPreloadImages
java.lang.Boolean getPreloadImages()
Specifies whether images should be preloaded if possible. If null, SDK will use default behaviour.
-
-