Class CNContactFormatterStyle


  • public final class CNContactFormatterStyle
    extends java.lang.Object
    The formatting styles for contact names.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FullName
      Combine the contact name components into a displayable full name.
      static long PhoneticFullName
      Combine the contact phonetic name components into a displayable phonetic full name.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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