Class NEAppRule

    • Constructor Detail

      • NEAppRule

        public NEAppRule()
      • NEAppRule

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

        public NEAppRule​(NSCoder decoder)
    • Method Detail

      • getMatchSigningIdentifier

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

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

        public void setMatchPath​(java.lang.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​(java.lang.String signingIdentifier)
        Since:
        Available in iOS 9.0 and later.
      • init

        protected long init​(NSCoder decoder)