-
public interface LottieNetworkCacheProviderInterface for providing the custom cache directory where animations downloaded via url are saved.
-
-
Method Summary
Modifier and Type Method Description abstract FilegetCacheDir()Called during cache operations -
-
Method Detail
-
getCacheDir
@NonNull() abstract File getCacheDir()
Called during cache operations
-
-
-
-