Class CLSObject

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
CLSActivity, CLSActivityItem, CLSContext, CLSProgressReportingCapability

public class CLSObject
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 11.3 and later.
  • Constructor Details

    • CLSObject

      protected CLSObject()
    • CLSObject

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

      protected CLSObject​(NSObject.SkipInit skipInit)
    • CLSObject

      public CLSObject​(NSCoder coder)
  • Method Details

    • getDateCreated

      public NSDate getDateCreated()
    • getDateLastModified

      public NSDate getDateLastModified()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)