Package com.airbnb.lottie.value
Interface SimpleLottieValueCallback<T>
-
public interface SimpleLottieValueCallback<T>Delegate interface forLottieValueCallback. This is helpful for the Kotlin API because you can use a SAM conversion to write the callback as a single abstract method block like this: animationView.addValueCallback(keyPath, LottieProperty.TRANSFORM_OPACITY) { 50 }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue(LottieFrameInfo<T> frameInfo)
-
-
-
Method Detail
-
getValue
T getValue(LottieFrameInfo<T> frameInfo)
-
-