Package com.airbnb.lottie
Class LottieResult<V>
- java.lang.Object
-
- com.airbnb.lottie.LottieResult<V>
-
public final class LottieResult<V> extends Object
Contains class to hold the resulting value of an async task or an exception if it failed.Either value or exception will be non-null.
-
-
Constructor Summary
Constructors Constructor Description LottieResult(Throwable exception)LottieResult(V value)
-