Class INTermsAndConditions

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • INTermsAndConditions

      public INTermsAndConditions()
    • INTermsAndConditions

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

      protected INTermsAndConditions​(NSObject.SkipInit skipInit)
    • INTermsAndConditions

      public INTermsAndConditions​(String localizedTermsAndConditionsText, NSURL privacyPolicyURL, NSURL termsAndConditionsURL)
    • INTermsAndConditions

      public INTermsAndConditions​(NSCoder coder)
  • Method Details

    • getLocalizedTermsAndConditionsText

      public String getLocalizedTermsAndConditionsText()
    • getPrivacyPolicyURL

      public NSURL getPrivacyPolicyURL()
    • getTermsAndConditionsURL

      public NSURL getTermsAndConditionsURL()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String localizedTermsAndConditionsText, NSURL privacyPolicyURL, NSURL termsAndConditionsURL)
    • encode

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

      protected long init​(NSCoder coder)