Package com.airbnb.lottie.network
Interface LottieNetworkCacheProvider
-
public interface LottieNetworkCacheProviderInterface for providing the custom cache directory where animations downloaded via url are saved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetCacheDir()Called during cache operations
-
-
-
Method Detail
-
getCacheDir
@NonNull File getCacheDir()
Called during cache operations- Returns:
- cache directory
-
-