Package com.airbnb.lottie
Interface OnCompositionLoadedListener
-
@Deprecated public interface OnCompositionLoadedListener
Deprecated.- See Also:
LottieCompositionFactory,LottieResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonCompositionLoaded(LottieComposition composition)Deprecated.Composition will be null if there was an error loading it.
-
-
-
Method Detail
-
onCompositionLoaded
void onCompositionLoaded(@Nullable LottieComposition composition)Deprecated.Composition will be null if there was an error loading it. Check logcat for more details.
-
-