-
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public class NetworkFetcher
-
-
Constructor Summary
Constructors Constructor Description NetworkFetcher(NetworkCache networkCache, LottieNetworkFetcher fetcher)
-
Method Summary
Modifier and Type Method Description LottieResult<LottieComposition>fetchSync(Context context, @NonNull() String url, @Nullable() String cacheKey)-
-
Constructor Detail
-
NetworkFetcher
NetworkFetcher(NetworkCache networkCache, LottieNetworkFetcher fetcher)
-
-
Method Detail
-
fetchSync
@NonNull()@WorkerThread() LottieResult<LottieComposition> fetchSync(Context context, @NonNull() String url, @Nullable() String cacheKey)
-
-
-
-