| Interface | Description |
|---|---|
| LottieFetchResult |
The result of the operation of obtaining a Lottie animation
|
| LottieNetworkCacheProvider |
Interface for providing the custom cache directory where animations downloaded via url are saved.
|
| LottieNetworkFetcher |
Implement this interface to handle network fetching manually when animations are requested via url.
|
| Class | Description |
|---|---|
| DefaultLottieFetchResult | |
| DefaultLottieNetworkFetcher | |
| NetworkCache |
Helper class to save and restore animations fetched from an URL to the app disk cache.
|
| NetworkFetcher |
| Enum | Description |
|---|---|
| FileExtension |
Helpers for known Lottie file types.
|