Package com.airbnb.lottie
Interface LottieListener<T>
-
public interface LottieListener<T>Receive a result with either the value or exception for aLottieTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResult(T result)
-
-
-
Method Detail
-
onResult
void onResult(T result)
-
-