Package com.airbnb.lottie.network
Class DefaultLottieNetworkFetcher
- java.lang.Object
-
- com.airbnb.lottie.network.DefaultLottieNetworkFetcher
-
- All Implemented Interfaces:
LottieNetworkFetcher
public class DefaultLottieNetworkFetcher extends java.lang.Object implements LottieNetworkFetcher
-
-
Constructor Summary
Constructors Constructor Description DefaultLottieNetworkFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LottieFetchResultfetchSync(java.lang.String url)
-
-
-
Method Detail
-
fetchSync
@NonNull public LottieFetchResult fetchSync(@NonNull java.lang.String url) throws java.io.IOException
- Specified by:
fetchSyncin interfaceLottieNetworkFetcher- Throws:
java.io.IOException
-
-