Class AddressBookUI


  • public final class AddressBookUI
    extends java.lang.Object
    • Method Detail

      • ABCreateStringWithAddressDictionary

        @Deprecated
        public static java.lang.String ABCreateStringWithAddressDictionary​(NSDictionary<?,​?> address,
                                                                           boolean addCountryName)
        Deprecated.
        address: an address dictionary obtained representing the address (kABPersonAddressProperty) of a person (ABRecordRef) addCountryName: whether to always include the country name in the address string, regardless of whether it is specified in the dictionary. If not specified by the user a localized country name will be added. returns a formatted multi line string that contains the full address. The string is likely to contain line endings.
      • ABPersonNamePrefixProperty

        public static java.lang.String ABPersonNamePrefixProperty()
        "namePrefix" NSString
      • ABPersonGivenNameProperty

        public static java.lang.String ABPersonGivenNameProperty()
        "givenName" NSString
      • ABPersonMiddleNameProperty

        public static java.lang.String ABPersonMiddleNameProperty()
        "middleName" NSString
      • ABPersonFamilyNameProperty

        public static java.lang.String ABPersonFamilyNameProperty()
        "familyName" NSString
      • ABPersonNameSuffixProperty

        public static java.lang.String ABPersonNameSuffixProperty()
        "nameSuffix" NSString
      • ABPersonPreviousFamilyNameProperty

        public static java.lang.String ABPersonPreviousFamilyNameProperty()
        "previousFamilyName" NSString
      • ABPersonNicknameProperty

        public static java.lang.String ABPersonNicknameProperty()
        "nickname" NSString
      • ABPersonPhoneticGivenNameProperty

        public static java.lang.String ABPersonPhoneticGivenNameProperty()
        "phoneticGivenName" NSString
      • ABPersonPhoneticMiddleNameProperty

        public static java.lang.String ABPersonPhoneticMiddleNameProperty()
        "phoneticMiddleName" NSString
      • ABPersonPhoneticFamilyNameProperty

        public static java.lang.String ABPersonPhoneticFamilyNameProperty()
        "phoneticFamilyName" NSString
      • ABPersonOrganizationNameProperty

        public static java.lang.String ABPersonOrganizationNameProperty()
        "organizationName" NSString
      • ABPersonDepartmentNameProperty

        public static java.lang.String ABPersonDepartmentNameProperty()
        "departmentName" NSString
      • ABPersonJobTitleProperty

        public static java.lang.String ABPersonJobTitleProperty()
        "jobTitle" NSString
      • ABPersonBirthdayProperty

        public static java.lang.String ABPersonBirthdayProperty()
        "birthday" NSDateComponents
      • ABPersonNoteProperty

        public static java.lang.String ABPersonNoteProperty()
        "note" NSString
      • ABPersonPhoneNumbersProperty

        public static java.lang.String ABPersonPhoneNumbersProperty()
        "phoneNumbers" array of LabeledValue with PhoneNumber values
      • ABPersonEmailAddressesProperty

        public static java.lang.String ABPersonEmailAddressesProperty()
        "emailAddresses" array of LabeledValue with NSString values
      • ABPersonUrlAddressesProperty

        public static java.lang.String ABPersonUrlAddressesProperty()
        "urlAddresses" array of LabeledValue with NSString values
      • ABPersonDatesProperty

        public static java.lang.String ABPersonDatesProperty()
        "dates" array of LabeledValue with NSDateComponents values
      • ABPersonInstantMessageAddressesProperty

        public static java.lang.String ABPersonInstantMessageAddressesProperty()
        "instantMessageAddresses" array of LabeledValue with InstantMessageAddress values
      • ABPersonRelatedNamesProperty

        public static java.lang.String ABPersonRelatedNamesProperty()
        "relatedNames" array of LabeledValue with NSString values
      • ABPersonSocialProfilesProperty

        public static java.lang.String ABPersonSocialProfilesProperty()
        "socialProfiles" array of LabeledValue with SocialProfile values
      • ABPersonPostalAddressesProperty

        public static java.lang.String ABPersonPostalAddressesProperty()
        "postalAddresses" array of LabeledValue with PostalAddress values