-
public final class LottieResult<V>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(V value)LottieResult(Throwable exception)
-