Class SKDownloadState


  • public final class SKDownloadState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Active
      Download is actively downloading
      static long Cancelled
      Download was cancelled
      static long Failed
      Download failed
      static long Finished
      Download is finished, content is available
      static long Paused
      Download was paused by the user
      static long Waiting
      Download is inactive, waiting to be downloaded
    • Method Summary

      • Methods inherited from class java.lang.Object

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