Class NSProgressUserInfo

    • Constructor Detail

      • NSProgressUserInfo

        public NSProgressUserInfo()
    • Method Detail

      • has

        public boolean has​(java.lang.String key)
      • get

        public NSObject get​(java.lang.String key)
      • getEstimatedTimeRemaining

        public double getEstimatedTimeRemaining()
        Since:
        Available in iOS 7.0 and later.
      • setEstimatedTimeRemaining

        public NSProgressUserInfo setEstimatedTimeRemaining​(double estimatedTimeRemaining)
        Since:
        Available in iOS 7.0 and later.
      • getThroughput

        public long getThroughput()
        Since:
        Available in iOS 7.0 and later.
      • setThroughput

        public NSProgressUserInfo setThroughput​(long throughput)
        Since:
        Available in iOS 7.0 and later.
      • getFileURL

        public NSURL getFileURL()
        Since:
        Available in iOS 7.0 and later.
      • getTotalFileCount

        public long getTotalFileCount()
        Since:
        Available in iOS 7.0 and later.
      • setTotalFileCount

        public NSProgressUserInfo setTotalFileCount​(long totalFileCount)
        Since:
        Available in iOS 7.0 and later.
      • getCompletedFileCount

        public long getCompletedFileCount()
        Since:
        Available in iOS 7.0 and later.
      • setCompletedFileCount

        public NSProgressUserInfo setCompletedFileCount​(long completedFileCount)
        Since:
        Available in iOS 7.0 and later.