LottieRetrySignal

@Stable()
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.

See also

Functions

awaitRetry
Link copied to clipboard
suspend fun awaitRetry()
retry
Link copied to clipboard
fun retry()

Properties

isAwaitingRetry
Link copied to clipboard
var isAwaitingRetry: Boolean