Interface NetworkOptions
- All Known Implementing Classes:
NetworkOptionsImpl
public interface NetworkOptions
This interface defines options relative to network operations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumSupported SDK Cache Strategies. -
Method Summary
Modifier and TypeMethodDescriptionDefines which data source takes priority, server or cache.Specifies whether images should be preloaded if possible.
-
Method Details
-
getCacheStrategy
NetworkOptions.CacheStrategy getCacheStrategy()Defines which data source takes priority, server or cache. If null, SDK will use default behaviour. -
getPreloadImages
Boolean getPreloadImages()Specifies whether images should be preloaded if possible. If null, SDK will use default behaviour.
-