Package com.airbnb.lottie.network
Class NetworkFetcher
- java.lang.Object
-
- com.airbnb.lottie.network.NetworkFetcher
-
public class NetworkFetcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NetworkFetcher(NetworkCache networkCache, LottieNetworkFetcher fetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LottieResult<LottieComposition>fetchSync(java.lang.String url, java.lang.String cacheKey)
-
-
-
Constructor Detail
-
NetworkFetcher
public NetworkFetcher(@NonNull NetworkCache networkCache, @NonNull LottieNetworkFetcher fetcher)
-
-
Method Detail
-
fetchSync
@NonNull @WorkerThread public LottieResult<LottieComposition> fetchSync(@NonNull java.lang.String url, @Nullable java.lang.String cacheKey)
-
-