Class INSeat

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

  • Method Details

    • getSeatSection

      public String getSeatSection()
    • getSeatRow

      public String getSeatRow()
    • getSeatNumber

      public String getSeatNumber()
    • getSeatingType

      public String getSeatingType()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String seatSection, String seatRow, String seatNumber, String seatingType)
    • encode

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

      protected long init​(NSCoder coder)