-
@Deprecated() public interface OnCompositionLoadedListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonCompositionLoaded(@Nullable() LottieComposition composition)Composition will be null if there was an error loading it. -
-
Method Detail
-
onCompositionLoaded
abstract void onCompositionLoaded(@Nullable() LottieComposition composition)
Composition will be null if there was an error loading it. Check logcat for more details.
-
-
-
-