Class NetworkOptionsImpl.Builder
java.lang.Object
es.situm.sdk.configuration.network.NetworkOptionsImpl.Builder
- Enclosing class:
- NetworkOptionsImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setCacheStrategy(NetworkOptions.CacheStrategy cacheStrategy) Sets the desired cache strategy.setPreloadImages(Boolean preloadImages) Specifies if images should be preloaded when available.
-
Field Details
-
DEFAULT_CACHE_STRATEGY
-
DEFAULT_PRELOAD_IMAGES
public static final boolean DEFAULT_PRELOAD_IMAGES- See Also:
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
setCacheStrategy
Sets the desired cache strategy. -
setPreloadImages
Specifies if images should be preloaded when available. This value is true by default. -
build
-