Class NEPrivateLTENetwork

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • NEPrivateLTENetwork

      public NEPrivateLTENetwork()
    • NEPrivateLTENetwork

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

      protected NEPrivateLTENetwork​(NSObject.SkipInit skipInit)
    • NEPrivateLTENetwork

      public NEPrivateLTENetwork​(NSCoder coder)
  • Method Details

    • getMobileCountryCode

      public String getMobileCountryCode()
      Since:
      Available in iOS 15.0 and later.
    • setMobileCountryCode

      public void setMobileCountryCode​(String v)
      Since:
      Available in iOS 15.0 and later.
    • getMobileNetworkCode

      public String getMobileNetworkCode()
      Since:
      Available in iOS 15.0 and later.
    • setMobileNetworkCode

      public void setMobileNetworkCode​(String v)
      Since:
      Available in iOS 15.0 and later.
    • getTrackingAreaCode

      public String getTrackingAreaCode()
      Since:
      Available in iOS 15.0 and later.
    • setTrackingAreaCode

      public void setTrackingAreaCode​(String v)
      Since:
      Available in iOS 15.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)