Package 

Class LottieTask


  • 
    public class LottieTask<T>
    
                        

    Helper to run asynchronous tasks with a result. Results can be obtained with addListener. Failures can be obtained with addFailureListener.

    A task will produce a single result or a single failure.