Class NEAppRule

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • NEAppRule

      public NEAppRule()
    • NEAppRule

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

      protected NEAppRule​(NSObject.SkipInit skipInit)
    • NEAppRule

      public NEAppRule​(String signingIdentifier)
      Since:
      Available in iOS 9.0 and later.
    • NEAppRule

      public NEAppRule​(NSCoder coder)
  • Method Details

    • getMatchSigningIdentifier

      public String getMatchSigningIdentifier()
      Since:
      Available in iOS 9.0 and later.
    • getMatchPath

      public String getMatchPath()
      Since:
      Available in iOS 9.3 and later.
    • setMatchPath

      public void setMatchPath​(String v)
      Since:
      Available in iOS 9.3 and later.
    • getMatchDomains

      public NSArray<?> getMatchDomains()
      Since:
      Available in iOS 9.0 and later.
    • setMatchDomains

      public void setMatchDomains​(NSArray<?> v)
      Since:
      Available in iOS 9.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String signingIdentifier)
      Since:
      Available in iOS 9.0 and later.
    • encode

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

      protected long init​(NSCoder coder)