Interface LottieListener<T>


  • public interface LottieListener<T>
    Receive a result with either the value or exception for a LottieTask
    • Method Detail

      • onResult

        void onResult​(T result)