Package apple.addressbookui.c
Class AddressBookUI
- java.lang.Object
-
- apple.addressbookui.c.AddressBookUI
-
public final class AddressBookUI extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringABCreateStringWithAddressDictionary(NSDictionary<?,?> address, boolean addCountryName)Deprecated.static java.lang.StringABPersonBirthdayProperty()"birthday" NSDateComponentsstatic java.lang.StringABPersonDatesProperty()"dates" array of LabeledValue with NSDateComponents valuesstatic java.lang.StringABPersonDepartmentNameProperty()"departmentName" NSStringstatic java.lang.StringABPersonEmailAddressesProperty()"emailAddresses" array of LabeledValue with NSString valuesstatic java.lang.StringABPersonFamilyNameProperty()"familyName" NSStringstatic java.lang.StringABPersonGivenNameProperty()"givenName" NSStringstatic java.lang.StringABPersonInstantMessageAddressesProperty()"instantMessageAddresses" array of LabeledValue with InstantMessageAddress valuesstatic java.lang.StringABPersonJobTitleProperty()"jobTitle" NSStringstatic java.lang.StringABPersonMiddleNameProperty()"middleName" NSStringstatic java.lang.StringABPersonNamePrefixProperty()"namePrefix" NSStringstatic java.lang.StringABPersonNameSuffixProperty()"nameSuffix" NSStringstatic java.lang.StringABPersonNicknameProperty()"nickname" NSStringstatic java.lang.StringABPersonNoteProperty()"note" NSStringstatic java.lang.StringABPersonOrganizationNameProperty()"organizationName" NSStringstatic java.lang.StringABPersonPhoneNumbersProperty()"phoneNumbers" array of LabeledValue with PhoneNumber valuesstatic java.lang.StringABPersonPhoneticFamilyNameProperty()"phoneticFamilyName" NSStringstatic java.lang.StringABPersonPhoneticGivenNameProperty()"phoneticGivenName" NSStringstatic java.lang.StringABPersonPhoneticMiddleNameProperty()"phoneticMiddleName" NSStringstatic java.lang.StringABPersonPostalAddressesProperty()"postalAddresses" array of LabeledValue with PostalAddress valuesstatic java.lang.StringABPersonPreviousFamilyNameProperty()"previousFamilyName" NSStringstatic java.lang.StringABPersonRelatedNamesProperty()"relatedNames" array of LabeledValue with NSString valuesstatic java.lang.StringABPersonSocialProfilesProperty()"socialProfiles" array of LabeledValue with SocialProfile valuesstatic java.lang.StringABPersonUrlAddressesProperty()"urlAddresses" array of LabeledValue with NSString values
-
-
-
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
-
-