Class ABPersonProperty


public class ABPersonProperty
extends ABProperty
  • Field Details

  • Method Details

    • valueOf

      public static ABPersonProperty valueOf​(int value)
    • getType

      public ABPropertyType getType()
    • getLocalizedName

      public String getLocalizedName()
    • FirstNameValue

      @Deprecated protected static int FirstNameValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.givenName
    • LastNameValue

      @Deprecated protected static int LastNameValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.familyName
    • MiddleNameValue

      @Deprecated protected static int MiddleNameValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.middleName
    • PrefixValue

      @Deprecated protected static int PrefixValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.namePrefix
    • SuffixValue

      @Deprecated protected static int SuffixValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.nameSuffix
    • NicknameValue

      @Deprecated protected static int NicknameValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.nickname
    • FirstNamePhoneticValue

      @Deprecated protected static int FirstNamePhoneticValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.phoneticGivenName
    • LastNamePhoneticValue

      @Deprecated protected static int LastNamePhoneticValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.phoneticFamilyName
    • MiddleNamePhoneticValue

      @Deprecated protected static int MiddleNamePhoneticValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.phoneticMiddleName
    • OrganizationValue

      @Deprecated protected static int OrganizationValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.organizationName
    • DepartmentValue

      @Deprecated protected static int DepartmentValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.departmentName
    • JobTitleValue

      @Deprecated protected static int JobTitleValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.jobTitle
    • EmailValue

      @Deprecated protected static int EmailValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.emailAddresses
    • BirthdayValue

      @Deprecated protected static int BirthdayValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.birthday
    • NoteValue

      @Deprecated protected static int NoteValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.note
    • CreationDateValue

      @Deprecated protected static int CreationDateValue()
      Deprecated.
      Deprecated in iOS 9.0.
    • ModificationDateValue

      @Deprecated protected static int ModificationDateValue()
      Deprecated.
      Deprecated in iOS 9.0.
    • AddressValue

      @Deprecated protected static int AddressValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.postalAddresses
    • DateValue

      @Deprecated protected static int DateValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.dates
    • KindValue

      @Deprecated protected static int KindValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.contactType
    • PhoneValue

      @Deprecated protected static int PhoneValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.phoneNumbers
    • InstantMessageValue

      @Deprecated protected static int InstantMessageValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.instantMessageAddresses
    • URLValue

      @Deprecated protected static int URLValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.urlAddresses
    • RelatedNamesValue

      @Deprecated protected static int RelatedNamesValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.contactRelations
    • SocialProfileValue

      @Deprecated protected static int SocialProfileValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.socialProfiles
    • AlternateBirthdayValue

      @Deprecated protected static int AlternateBirthdayValue()
      Deprecated.
      Deprecated in iOS 9.0. use CNContact.nonGregorianBirthday
    • getType

      @Deprecated protected static ABPropertyType getType​(int property)
      Deprecated.
      Deprecated in iOS 9.0.
    • getLocalizedPropertyName

      @Deprecated protected static String getLocalizedPropertyName​(int property)
      Deprecated.
      Deprecated in iOS 9.0. use [CNContact localizedStringForKey:]