PasswordEntryBufferPropertyName

public enum PasswordEntryBufferPropertyName : String, PropertyNameProtocol

Undocumented

  • The length (in characters) of the text in buffer.

    Declaration

    Swift

    case length = "length"
  • The maximum length (in characters) of the text in the buffer.

    Declaration

    Swift

    case maxLength = "max-length"
  • The contents of the buffer.

    Declaration

    Swift

    case text = "text"