-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public interface LottieFetchResult implements Closeable
The result of the operation of obtaining a Lottie animation
-
-
Method Summary
Modifier and Type Method Description abstract booleanisSuccessful()abstract InputStreambodyByteStream()abstract StringcontentType()abstract Stringerror()-
-
Method Detail
-
isSuccessful
abstract boolean isSuccessful()
-
bodyByteStream
@NonNull() abstract InputStream bodyByteStream()
-
contentType
@Nullable() abstract String contentType()
-
-
-
-