Class NKIssue

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class NKIssue
extends NSObject
Deprecated.
Deprecated in iOS 13.0. Use the Remote Notifications Background Modes instead: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_updates_to_your_app_silently
  • Constructor Details

    • NKIssue

      public NKIssue()
      Deprecated.
    • NKIssue

      protected NKIssue​(NSObject.Handle h, long handle)
      Deprecated.
    • NKIssue

      protected NKIssue​(NSObject.SkipInit skipInit)
      Deprecated.
  • Method Details

    • getDownloadingAssets

      public NSArray<NKAssetDownload> getDownloadingAssets()
      Deprecated.
    • getContentURL

      public NSURL getContentURL()
      Deprecated.
    • getStatus

      public NKIssueContentStatus getStatus()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • getDate

      public NSDate getDate()
      Deprecated.
    • DownloadCompletedNotification

      @Deprecated public static NSString DownloadCompletedNotification()
      Deprecated.
      Deprecated in iOS 13.0. Use the Remote Notifications Background Modes instead: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_updates_to_your_app_silently
    • addAsset

      public NKAssetDownload addAsset​(NSURLRequest request)
      Deprecated.