-
public interface SimpleLottieValueCallback<T>Delegate interface for LottieValueCallback. 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
Modifier and Type Method Description abstract TgetValue(LottieFrameInfo<T> frameInfo)-
-
Method Detail
-
getValue
abstract T getValue(LottieFrameInfo<T> frameInfo)
-
-
-
-