Package 

Class LottieRetrySignal


  • @Stable() 
    public final class LottieRetrySignal
    
                        

    Helper to retry compositions that fail to load. This will mostly happen for animations loaded via url.

    Call retry from an action that should trigger a retry such as a snackbar or retry button.

    Call awaitRetry from the onRetry lambda to rememberLottieComposition then return true.