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