-
- All Implemented Interfaces:
-
com.airbnb.lottie.network.LottieFetchResult,java.io.Closeable,java.lang.AutoCloseable
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public class DefaultLottieFetchResult implements LottieFetchResult
-
-
Constructor Summary
Constructors Constructor Description DefaultLottieFetchResult(HttpURLConnection connection)
-
Method Summary
Modifier and Type Method Description booleanisSuccessful()InputStreambodyByteStream()StringcontentType()Stringerror()voidclose()-
-
Constructor Detail
-
DefaultLottieFetchResult
DefaultLottieFetchResult(HttpURLConnection connection)
-
-
Method Detail
-
isSuccessful
boolean isSuccessful()
-
bodyByteStream
@NonNull() InputStream bodyByteStream()
-
contentType
@Nullable() String contentType()
-
close
void close()
-
-
-
-