Package apple.contacts.enums
Class CNContactFormatterStyle
- java.lang.Object
-
- apple.contacts.enums.CNContactFormatterStyle
-
public final class CNContactFormatterStyle extends java.lang.ObjectThe formatting styles for contact names.
-
-
Field Summary
Fields Modifier and Type Field Description static longFullNameCombine the contact name components into a displayable full name.static longPhoneticFullNameCombine the contact phonetic name components into a displayable phonetic full name.
-
-
-
Field Detail
-
FullName
public static final long FullName
Combine the contact name components into a displayable full name.- See Also:
- Constant Field Values
-
PhoneticFullName
public static final long PhoneticFullName
Combine the contact phonetic name components into a displayable phonetic full name.- See Also:
- Constant Field Values
-
-