Class SKDownload

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class SKDownload
    extends NSObject
    Since:
    Available in iOS 6.0 and later.
    • Constructor Detail

      • SKDownload

        public SKDownload()
    • Method Detail

      • getState

        public SKDownloadState getState()
        Since:
        Available in iOS 12.0 and later.
      • getDownloadState

        @Deprecated
        public SKDownloadState getDownloadState()
        Deprecated.
        Deprecated in iOS 12.0. Use [SKDownload state] instead
        Since:
        Available in iOS 6.0 and later.
      • getContentLength

        public long getContentLength()
        Since:
        Available in iOS 6.0 and later.
      • getContentIdentifier

        public java.lang.String getContentIdentifier()
        Since:
        Available in iOS 6.0 and later.
      • getContentURL

        public NSURL getContentURL()
        Since:
        Available in iOS 6.0 and later.
      • getContentVersion

        public java.lang.String getContentVersion()
        Since:
        Available in iOS 6.0 and later.
      • getError

        public NSError getError()
        Since:
        Available in iOS 6.0 and later.
      • getProgress

        public float getProgress()
        Since:
        Available in iOS 6.0 and later.
      • getTimeRemaining

        public double getTimeRemaining()
        Since:
        Available in iOS 6.0 and later.
      • getTransaction

        public SKPaymentTransaction getTransaction()
        Since:
        Available in iOS 6.0 and later.
      • getRemainingTimeUnknown

        public static double getRemainingTimeUnknown()
        Since:
        Available in iOS 6.0 and later.