Class UITextInputPasswordRules

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • UITextInputPasswordRules

      protected UITextInputPasswordRules()
    • UITextInputPasswordRules

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

      protected UITextInputPasswordRules​(NSObject.SkipInit skipInit)
    • UITextInputPasswordRules

      public UITextInputPasswordRules​(String passwordRulesDescriptor)
    • UITextInputPasswordRules

      public UITextInputPasswordRules​(NSCoder coder)
  • Method Details

    • getPasswordRulesDescriptor

      public String getPasswordRulesDescriptor()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • create

      protected static long create​(String passwordRulesDescriptor)
    • encode

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

      protected long init​(NSCoder coder)