ContentKind
What the field holds, so the system can offer autofill (passwords, one-time codes, contacts).
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Email | An email address. |
Name | A person's full name. |
NewPassword | A password being created; the system suggests a strong one and saves it. |
None | No autofill hint. |
OneTimeCode | A one-time code; autofills from incoming messages. |
Password | An existing password; offers the saved credential. |
PhoneNumber | A phone number. |
StreetAddress | A street address. |
Url | A web address. |
Username | A login user name; the QuickType bar offers saved credentials. |