Class INObjectSection<T extends NSObject>

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class INObjectSection<T extends NSObject>
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • INObjectSection

      protected INObjectSection()
    • INObjectSection

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

      protected INObjectSection​(NSObject.SkipInit skipInit)
    • INObjectSection

      public INObjectSection​(String title, NSArray<T> items)
    • INObjectSection

      public INObjectSection​(NSCoder coder)
  • Method Details

    • getTitle

      public String getTitle()
    • getItems

      public NSArray<T> getItems()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String title, NSArray<T> items)
    • encode

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

      protected long init​(NSCoder coder)