Package 

Interface SimpleLottieValueCallback


  • 
    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 T getValue(LottieFrameInfo<T> frameInfo)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait