Package 

Interface LottieFetchResult

  • 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 boolean isSuccessful()
      abstract InputStream bodyByteStream()
      abstract String contentType()
      abstract String error()
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait