Class ABPersonKind.Values

  • Enclosing class:
    ABPersonKind

    public static class ABPersonKind.Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static CFNumber Organization()
      Deprecated.
      Deprecated in iOS 9.0. use CNContactTypeOrganization
      static CFNumber Person()
      Deprecated.
      Deprecated in iOS 9.0. use CNContactTypePerson
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • Person

        @Deprecated
        public static CFNumber Person()
        Deprecated.
        Deprecated in iOS 9.0. use CNContactTypePerson
        Since:
        Available in iOS 2.0 and later.
      • Organization

        @Deprecated
        public static CFNumber Organization()
        Deprecated.
        Deprecated in iOS 9.0. use CNContactTypeOrganization
        Since:
        Available in iOS 2.0 and later.