Class NKLibrary

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class NKLibrary
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

    • NKLibrary

      public NKLibrary()
      Deprecated.
    • NKLibrary

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

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

    • getIssues

      public NSArray<NKIssue> getIssues()
      Deprecated.
    • getDownloadingAssets

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

      public NKIssue getCurrentlyReadingIssue()
      Deprecated.
    • setCurrentlyReadingIssue

      public void setCurrentlyReadingIssue​(NKIssue v)
      Deprecated.
    • getIssue

      public NKIssue getIssue​(String name)
      Deprecated.
    • addIssue

      public NKIssue addIssue​(String name, NSDate date)
      Deprecated.
    • removeIssue

      public void removeIssue​(NKIssue issue)
      Deprecated.
    • getSharedLibrary

      public static NKLibrary getSharedLibrary()
      Deprecated.