public final class AddressBookUI
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ABCreateStringWithAddressDictionary(NSDictionary<?,?> address,
boolean addCountryName)
Deprecated.
|
static java.lang.String |
ABPersonBirthdayProperty()
"birthday" NSDateComponents
|
static java.lang.String |
ABPersonDatesProperty()
"dates" array of LabeledValue with NSDateComponents values
|
static java.lang.String |
ABPersonDepartmentNameProperty()
"departmentName" NSString
|
static java.lang.String |
ABPersonEmailAddressesProperty()
"emailAddresses" array of LabeledValue with NSString values
|
static java.lang.String |
ABPersonFamilyNameProperty()
"familyName" NSString
|
static java.lang.String |
ABPersonGivenNameProperty()
"givenName" NSString
|
static java.lang.String |
ABPersonInstantMessageAddressesProperty()
"instantMessageAddresses" array of LabeledValue with InstantMessageAddress values
|
static java.lang.String |
ABPersonJobTitleProperty()
"jobTitle" NSString
|
static java.lang.String |
ABPersonMiddleNameProperty()
"middleName" NSString
|
static java.lang.String |
ABPersonNamePrefixProperty()
"namePrefix" NSString
|
static java.lang.String |
ABPersonNameSuffixProperty()
"nameSuffix" NSString
|
static java.lang.String |
ABPersonNicknameProperty()
"nickname" NSString
|
static java.lang.String |
ABPersonNoteProperty()
"note" NSString
|
static java.lang.String |
ABPersonOrganizationNameProperty()
"organizationName" NSString
|
static java.lang.String |
ABPersonPhoneNumbersProperty()
"phoneNumbers" array of LabeledValue with PhoneNumber values
|
static java.lang.String |
ABPersonPhoneticFamilyNameProperty()
"phoneticFamilyName" NSString
|
static java.lang.String |
ABPersonPhoneticGivenNameProperty()
"phoneticGivenName" NSString
|
static java.lang.String |
ABPersonPhoneticMiddleNameProperty()
"phoneticMiddleName" NSString
|
static java.lang.String |
ABPersonPostalAddressesProperty()
"postalAddresses" array of LabeledValue with PostalAddress values
|
static java.lang.String |
ABPersonPreviousFamilyNameProperty()
"previousFamilyName" NSString
|
static java.lang.String |
ABPersonRelatedNamesProperty()
"relatedNames" array of LabeledValue with NSString values
|
static java.lang.String |
ABPersonSocialProfilesProperty()
"socialProfiles" array of LabeledValue with SocialProfile values
|
static java.lang.String |
ABPersonUrlAddressesProperty()
"urlAddresses" array of LabeledValue with NSString values
|
@Deprecated public static java.lang.String ABCreateStringWithAddressDictionary(NSDictionary<?,?> address, boolean addCountryName)
public static java.lang.String ABPersonNamePrefixProperty()
public static java.lang.String ABPersonGivenNameProperty()
public static java.lang.String ABPersonMiddleNameProperty()
public static java.lang.String ABPersonFamilyNameProperty()
public static java.lang.String ABPersonNameSuffixProperty()
public static java.lang.String ABPersonPreviousFamilyNameProperty()
public static java.lang.String ABPersonNicknameProperty()
public static java.lang.String ABPersonPhoneticGivenNameProperty()
public static java.lang.String ABPersonPhoneticMiddleNameProperty()
public static java.lang.String ABPersonPhoneticFamilyNameProperty()
public static java.lang.String ABPersonOrganizationNameProperty()
public static java.lang.String ABPersonDepartmentNameProperty()
public static java.lang.String ABPersonJobTitleProperty()
public static java.lang.String ABPersonBirthdayProperty()
public static java.lang.String ABPersonNoteProperty()
public static java.lang.String ABPersonPhoneNumbersProperty()
public static java.lang.String ABPersonEmailAddressesProperty()
public static java.lang.String ABPersonUrlAddressesProperty()
public static java.lang.String ABPersonDatesProperty()
public static java.lang.String ABPersonInstantMessageAddressesProperty()
public static java.lang.String ABPersonRelatedNamesProperty()
public static java.lang.String ABPersonSocialProfilesProperty()
public static java.lang.String ABPersonPostalAddressesProperty()