Class AddressBook


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

      • ABRecordGetRecordID

        @Deprecated
        public static int ABRecordGetRecordID​(org.moe.natj.general.ptr.ConstVoidPtr record)
        Deprecated.
      • ABRecordGetRecordType

        @Deprecated
        public static int ABRecordGetRecordType​(org.moe.natj.general.ptr.ConstVoidPtr record)
        Deprecated.
      • ABRecordCopyValue

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABRecordCopyValue​(org.moe.natj.general.ptr.ConstVoidPtr record,
                                                                              int property)
        Deprecated.
      • ABRecordSetValue

        @Deprecated
        public static boolean ABRecordSetValue​(org.moe.natj.general.ptr.ConstVoidPtr record,
                                               int property,
                                               org.moe.natj.general.ptr.ConstVoidPtr value,
                                               org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABRecordRemoveValue

        @Deprecated
        public static boolean ABRecordRemoveValue​(org.moe.natj.general.ptr.ConstVoidPtr record,
                                                  int property,
                                                  org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABRecordCopyCompositeName

        @Deprecated
        public static CFStringRef ABRecordCopyCompositeName​(org.moe.natj.general.ptr.ConstVoidPtr record)
        Deprecated.
      • ABAddressBookGetAuthorizationStatus

        @Deprecated
        public static long ABAddressBookGetAuthorizationStatus()
        Deprecated.
      • ABAddressBookCreateWithOptions

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCreateWithOptions​(CFDictionaryRef options,
                                                                                           org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
        Call ABAddressBookCreateWithOptions to create an instance of AddressBook. The ABAddressBookRef will initially not have access to contact data. The app must then call ABAddressBookRequestAccessWithCompletion to request this access. The options argument is reserved for future use. Currently it will always be NULL. If access to contact data is already restricted or denied, this will fail returning a NULL ABAddressBookRef with error kABOperationNotPermittedByUserError.
      • ABAddressBookCreate

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCreate()
        Deprecated.
      • ABAddressBookSave

        @Deprecated
        public static boolean ABAddressBookSave​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABAddressBookHasUnsavedChanges

        @Deprecated
        public static boolean ABAddressBookHasUnsavedChanges​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
      • ABAddressBookAddRecord

        @Deprecated
        public static boolean ABAddressBookAddRecord​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                     org.moe.natj.general.ptr.ConstVoidPtr record,
                                                     org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABAddressBookRemoveRecord

        @Deprecated
        public static boolean ABAddressBookRemoveRecord​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                        org.moe.natj.general.ptr.ConstVoidPtr record,
                                                        org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABAddressBookCopyLocalizedLabel

        @Deprecated
        public static CFStringRef ABAddressBookCopyLocalizedLabel​(CFStringRef label)
        Deprecated.
        Some labels are special keys representing generic labels. Use this function to obtain a localized string for a label to display to a user.
      • ABAddressBookUnregisterExternalChangeCallback

        @Deprecated
        public static void ABAddressBookUnregisterExternalChangeCallback​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                         AddressBook.Function_ABAddressBookUnregisterExternalChangeCallback callback,
                                                                         org.moe.natj.general.ptr.VoidPtr context)
        Deprecated.
        When unregistering a callback both the callback and the context need to match the ones that were registered.
      • ABAddressBookRevert

        @Deprecated
        public static void ABAddressBookRevert​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
        ABAddressBookRevert() discards all cached properties and any unsaved changes so that records and properties retrieved subsequently will reflect any changes made by external ABAddressBook instances. If records were deleted externally, the corresponding ABRecord instances will return NULL for all properties. If necessary you can identify these deleted records by checking whether the class accessor (eg. ABPersonGetPersonWithRecordID()) returns the record.
      • ABAddressBookCopyDefaultSource

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCopyDefaultSource​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
      • ABAddressBookGetSourceWithRecordID

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetSourceWithRecordID​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                                               int sourceID)
        Deprecated.
      • ABAddressBookCopyArrayOfAllSources

        @Deprecated
        public static CFArrayRef ABAddressBookCopyArrayOfAllSources​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
      • ABPersonCreate

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCreate()
        Deprecated.
        ABPersonCreate creates a new person in the default source
      • ABPersonCreateInSource

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCreateInSource​(org.moe.natj.general.ptr.ConstVoidPtr source)
        Deprecated.
      • ABPersonCopySource

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCopySource​(org.moe.natj.general.ptr.ConstVoidPtr person)
        Deprecated.
      • ABPersonCopyArrayOfAllLinkedPeople

        @Deprecated
        public static CFArrayRef ABPersonCopyArrayOfAllLinkedPeople​(org.moe.natj.general.ptr.ConstVoidPtr person)
        Deprecated.
        Returns an array of all the linked people, including the person passed in. If the person is not linked, returns an array with the person passed in.
      • ABPersonGetTypeOfProperty

        @Deprecated
        public static int ABPersonGetTypeOfProperty​(int property)
        Deprecated.
      • ABPersonCopyLocalizedPropertyName

        @Deprecated
        public static CFStringRef ABPersonCopyLocalizedPropertyName​(int property)
        Deprecated.
      • ABPersonGetSortOrdering

        @Deprecated
        public static int ABPersonGetSortOrdering()
        Deprecated.
      • ABPersonGetCompositeNameFormat

        @Deprecated
        public static int ABPersonGetCompositeNameFormat()
        Deprecated.
        Composite Names
      • ABPersonGetCompositeNameFormatForRecord

        @Deprecated
        public static int ABPersonGetCompositeNameFormatForRecord​(org.moe.natj.general.ptr.ConstVoidPtr record)
        Deprecated.
      • ABPersonCopyCompositeNameDelimiterForRecord

        @Deprecated
        public static CFStringRef ABPersonCopyCompositeNameDelimiterForRecord​(org.moe.natj.general.ptr.ConstVoidPtr record)
        Deprecated.
      • ABPersonSetImageData

        @Deprecated
        public static boolean ABPersonSetImageData​(org.moe.natj.general.ptr.ConstVoidPtr person,
                                                   CFDataRef imageData,
                                                   org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABPersonCopyImageData

        @Deprecated
        public static CFDataRef ABPersonCopyImageData​(org.moe.natj.general.ptr.ConstVoidPtr person)
        Deprecated.
      • ABPersonCopyImageDataWithFormat

        @Deprecated
        public static CFDataRef ABPersonCopyImageDataWithFormat​(org.moe.natj.general.ptr.ConstVoidPtr person,
                                                                int format)
        Deprecated.
      • ABPersonHasImageData

        @Deprecated
        public static boolean ABPersonHasImageData​(org.moe.natj.general.ptr.ConstVoidPtr person)
        Deprecated.
      • ABPersonRemoveImageData

        @Deprecated
        public static boolean ABPersonRemoveImageData​(org.moe.natj.general.ptr.ConstVoidPtr person,
                                                      org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABPersonComparePeopleByName

        @Deprecated
        public static long ABPersonComparePeopleByName​(org.moe.natj.general.ptr.ConstVoidPtr person1,
                                                       org.moe.natj.general.ptr.ConstVoidPtr person2,
                                                       int ordering)
        Deprecated.
        Sorting
      • ABAddressBookGetPersonCount

        @Deprecated
        public static long ABAddressBookGetPersonCount​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
        Finding people
      • ABAddressBookGetPersonWithRecordID

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetPersonWithRecordID​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                                               int recordID)
        Deprecated.
      • ABAddressBookCopyArrayOfAllPeople

        @Deprecated
        public static CFArrayRef ABAddressBookCopyArrayOfAllPeople​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
      • ABAddressBookCopyArrayOfAllPeopleInSource

        @Deprecated
        public static CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSource​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                           org.moe.natj.general.ptr.ConstVoidPtr source)
        Deprecated.
      • ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering

        @Deprecated
        public static CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                                           org.moe.natj.general.ptr.ConstVoidPtr source,
                                                                                           int sortOrdering)
        Deprecated.
      • ABAddressBookCopyPeopleWithName

        @Deprecated
        public static CFArrayRef ABAddressBookCopyPeopleWithName​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                 CFStringRef name)
        Deprecated.
      • ABPersonCreatePeopleInSourceWithVCardRepresentation

        @Deprecated
        public static CFArrayRef ABPersonCreatePeopleInSourceWithVCardRepresentation​(org.moe.natj.general.ptr.ConstVoidPtr source,
                                                                                     CFDataRef vCardData)
        Deprecated.
        VCard Creates an array of people from a vcard representation. Source is optional. The people will be created in the source given as the first argument, or the default source if NULL.
      • ABPersonCreateVCardRepresentationWithPeople

        @Deprecated
        public static CFDataRef ABPersonCreateVCardRepresentationWithPeople​(CFArrayRef people)
        Deprecated.
        Creates a vCard representation of the people passed in.
      • ABAddressBookErrorDomain

        public static CFStringRef ABAddressBookErrorDomain()
      • kABSourceNameProperty

        public static int kABSourceNameProperty()
        string
      • kABSourceTypeProperty

        public static int kABSourceTypeProperty()
        CFNumberRef of ABSourceType (int)
      • kABWorkLabel

        public static CFStringRef kABWorkLabel()
        Generic labels
      • kABHomeLabel

        public static CFStringRef kABHomeLabel()
      • kABOtherLabel

        public static CFStringRef kABOtherLabel()
      • kABPersonFirstNameProperty

        public static int kABPersonFirstNameProperty()
        First name - kABStringPropertyType
      • kABPersonLastNameProperty

        public static int kABPersonLastNameProperty()
        Last name - kABStringPropertyType
      • kABPersonMiddleNameProperty

        public static int kABPersonMiddleNameProperty()
        Middle name - kABStringPropertyType
      • kABPersonPrefixProperty

        public static int kABPersonPrefixProperty()
        Prefix ("Sir" "Duke" "General") - kABStringPropertyType
      • kABPersonSuffixProperty

        public static int kABPersonSuffixProperty()
        Suffix ("Jr." "Sr." "III") - kABStringPropertyType
      • kABPersonNicknameProperty

        public static int kABPersonNicknameProperty()
        Nickname - kABStringPropertyType
      • kABPersonFirstNamePhoneticProperty

        public static int kABPersonFirstNamePhoneticProperty()
        First name Phonetic - kABStringPropertyType
      • kABPersonLastNamePhoneticProperty

        public static int kABPersonLastNamePhoneticProperty()
        Last name Phonetic - kABStringPropertyType
      • kABPersonMiddleNamePhoneticProperty

        public static int kABPersonMiddleNamePhoneticProperty()
        Middle name Phonetic - kABStringPropertyType
      • kABPersonOrganizationProperty

        public static int kABPersonOrganizationProperty()
        Company name - kABStringPropertyType
      • kABPersonDepartmentProperty

        public static int kABPersonDepartmentProperty()
        Department name - kABStringPropertyType
      • kABPersonJobTitleProperty

        public static int kABPersonJobTitleProperty()
        Job Title - kABStringPropertyType
      • kABPersonEmailProperty

        public static int kABPersonEmailProperty()
        Email(s) - kABMultiStringPropertyType
      • kABPersonBirthdayProperty

        public static int kABPersonBirthdayProperty()
        Birthday associated with this person - kABDateTimePropertyType
      • kABPersonNoteProperty

        public static int kABPersonNoteProperty()
        Note - kABStringPropertyType
      • kABPersonCreationDateProperty

        public static int kABPersonCreationDateProperty()
        Creation Date (when first saved)
      • kABPersonModificationDateProperty

        public static int kABPersonModificationDateProperty()
        Last saved date
      • kABPersonAddressProperty

        public static int kABPersonAddressProperty()
        Street address - kABMultiDictionaryPropertyType
      • kABPersonAddressStreetKey

        public static CFStringRef kABPersonAddressStreetKey()
      • kABPersonAddressCityKey

        public static CFStringRef kABPersonAddressCityKey()
      • kABPersonAddressStateKey

        public static CFStringRef kABPersonAddressStateKey()
      • kABPersonAddressZIPKey

        public static CFStringRef kABPersonAddressZIPKey()
      • kABPersonAddressCountryKey

        public static CFStringRef kABPersonAddressCountryKey()
      • kABPersonAddressCountryCodeKey

        public static CFStringRef kABPersonAddressCountryCodeKey()
      • kABPersonDateProperty

        public static int kABPersonDateProperty()
        Dates associated with this person - kABMultiDatePropertyType
      • kABPersonAnniversaryLabel

        public static CFStringRef kABPersonAnniversaryLabel()
      • kABPersonKindProperty

        public static int kABPersonKindProperty()
        Person/Organization - kABIntegerPropertyType
      • kABPersonKindPerson

        public static CFNumberRef kABPersonKindPerson()
      • kABPersonKindOrganization

        public static CFNumberRef kABPersonKindOrganization()
      • kABPersonPhoneProperty

        public static int kABPersonPhoneProperty()
        Generic phone number - kABMultiStringPropertyType
      • kABPersonPhoneMobileLabel

        public static CFStringRef kABPersonPhoneMobileLabel()
      • kABPersonPhoneIPhoneLabel

        public static CFStringRef kABPersonPhoneIPhoneLabel()
      • kABPersonPhoneMainLabel

        public static CFStringRef kABPersonPhoneMainLabel()
      • kABPersonPhoneHomeFAXLabel

        public static CFStringRef kABPersonPhoneHomeFAXLabel()
      • kABPersonPhoneWorkFAXLabel

        public static CFStringRef kABPersonPhoneWorkFAXLabel()
      • kABPersonPhoneOtherFAXLabel

        public static CFStringRef kABPersonPhoneOtherFAXLabel()
      • kABPersonPhonePagerLabel

        public static CFStringRef kABPersonPhonePagerLabel()
      • kABPersonInstantMessageProperty

        public static int kABPersonInstantMessageProperty()
        Instant Messaging - kABMultiDictionaryPropertyType
      • kABPersonInstantMessageServiceKey

        public static CFStringRef kABPersonInstantMessageServiceKey()
        Service ("Yahoo", "Jabber", etc.)
      • kABPersonInstantMessageServiceYahoo

        public static CFStringRef kABPersonInstantMessageServiceYahoo()
      • kABPersonInstantMessageServiceJabber

        public static CFStringRef kABPersonInstantMessageServiceJabber()
      • kABPersonInstantMessageServiceMSN

        public static CFStringRef kABPersonInstantMessageServiceMSN()
      • kABPersonInstantMessageServiceICQ

        public static CFStringRef kABPersonInstantMessageServiceICQ()
      • kABPersonInstantMessageServiceAIM

        public static CFStringRef kABPersonInstantMessageServiceAIM()
      • kABPersonInstantMessageServiceQQ

        public static CFStringRef kABPersonInstantMessageServiceQQ()
      • kABPersonInstantMessageServiceGoogleTalk

        public static CFStringRef kABPersonInstantMessageServiceGoogleTalk()
      • kABPersonInstantMessageServiceSkype

        public static CFStringRef kABPersonInstantMessageServiceSkype()
      • kABPersonInstantMessageServiceFacebook

        public static CFStringRef kABPersonInstantMessageServiceFacebook()
      • kABPersonInstantMessageServiceGaduGadu

        public static CFStringRef kABPersonInstantMessageServiceGaduGadu()
      • kABPersonInstantMessageUsernameKey

        public static CFStringRef kABPersonInstantMessageUsernameKey()
        Username
      • kABPersonURLProperty

        public static int kABPersonURLProperty()
        URL - kABMultiStringPropertyType
      • kABPersonHomePageLabel

        public static CFStringRef kABPersonHomePageLabel()
        Home Page
      • kABPersonRelatedNamesProperty

        public static int kABPersonRelatedNamesProperty()
        Names - kABMultiStringPropertyType
      • kABPersonFatherLabel

        public static CFStringRef kABPersonFatherLabel()
        Father
      • kABPersonMotherLabel

        public static CFStringRef kABPersonMotherLabel()
        Mother
      • kABPersonParentLabel

        public static CFStringRef kABPersonParentLabel()
        Parent
      • kABPersonBrotherLabel

        public static CFStringRef kABPersonBrotherLabel()
        Brother
      • kABPersonSisterLabel

        public static CFStringRef kABPersonSisterLabel()
        Sister
      • kABPersonChildLabel

        public static CFStringRef kABPersonChildLabel()
        Child
      • kABPersonFriendLabel

        public static CFStringRef kABPersonFriendLabel()
        Friend
      • kABPersonSpouseLabel

        public static CFStringRef kABPersonSpouseLabel()
        Spouse
      • kABPersonPartnerLabel

        public static CFStringRef kABPersonPartnerLabel()
        Partner
      • kABPersonAssistantLabel

        public static CFStringRef kABPersonAssistantLabel()
        Assistant
      • kABPersonManagerLabel

        public static CFStringRef kABPersonManagerLabel()
        Manager
      • kABPersonSocialProfileProperty

        public static int kABPersonSocialProfileProperty()
        kABMultiDictionaryPropertyType
      • kABPersonSocialProfileURLKey

        public static CFStringRef kABPersonSocialProfileURLKey()
        string representation of a url for the social profile
      • kABPersonSocialProfileServiceKey

        public static CFStringRef kABPersonSocialProfileServiceKey()
        string representing the name of the service (Twitter, Facebook, LinkedIn, etc.)
      • kABPersonSocialProfileUsernameKey

        public static CFStringRef kABPersonSocialProfileUsernameKey()
        string representing the user visible name
      • kABPersonSocialProfileUserIdentifierKey

        public static CFStringRef kABPersonSocialProfileUserIdentifierKey()
        string representing the service specific identifier (optional)
      • kABPersonSocialProfileServiceTwitter

        public static CFStringRef kABPersonSocialProfileServiceTwitter()
      • kABPersonSocialProfileServiceSinaWeibo

        public static CFStringRef kABPersonSocialProfileServiceSinaWeibo()
      • kABPersonSocialProfileServiceGameCenter

        public static CFStringRef kABPersonSocialProfileServiceGameCenter()
      • kABPersonSocialProfileServiceFacebook

        public static CFStringRef kABPersonSocialProfileServiceFacebook()
      • kABPersonSocialProfileServiceMyspace

        public static CFStringRef kABPersonSocialProfileServiceMyspace()
      • kABPersonSocialProfileServiceLinkedIn

        public static CFStringRef kABPersonSocialProfileServiceLinkedIn()
      • kABPersonSocialProfileServiceFlickr

        public static CFStringRef kABPersonSocialProfileServiceFlickr()
      • kABPersonAlternateBirthdayProperty

        public static int kABPersonAlternateBirthdayProperty()
        kABDictionaryPropertyType
      • kABPersonAlternateBirthdayCalendarIdentifierKey

        public static CFStringRef kABPersonAlternateBirthdayCalendarIdentifierKey()
        string representing the calendar identifier for CFCalendarRef
      • kABPersonAlternateBirthdayEraKey

        public static CFStringRef kABPersonAlternateBirthdayEraKey()
        CFNumberRef - kCFNumberNSIntegerType
      • kABPersonAlternateBirthdayYearKey

        public static CFStringRef kABPersonAlternateBirthdayYearKey()
        CFNumberRef - kCFNumberNSIntegerType
      • kABPersonAlternateBirthdayMonthKey

        public static CFStringRef kABPersonAlternateBirthdayMonthKey()
        CFNumberRef - kCFNumberNSIntegerType
      • kABPersonAlternateBirthdayIsLeapMonthKey

        public static CFStringRef kABPersonAlternateBirthdayIsLeapMonthKey()
        CFNumberRef - kCFNumberCharType (aka NSNumber Bool type)
      • kABPersonAlternateBirthdayDayKey

        public static CFStringRef kABPersonAlternateBirthdayDayKey()
        CFNumberRef - kCFNumberNSIntegerType
      • ABGroupCreate

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCreate()
        Deprecated.
        ABGroupCreate creates a new group in the default source
      • ABGroupCreateInSource

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCreateInSource​(org.moe.natj.general.ptr.ConstVoidPtr source)
        Deprecated.
      • ABGroupCopySource

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCopySource​(org.moe.natj.general.ptr.ConstVoidPtr group)
        Deprecated.
      • ABGroupCopyArrayOfAllMembers

        @Deprecated
        public static CFArrayRef ABGroupCopyArrayOfAllMembers​(org.moe.natj.general.ptr.ConstVoidPtr group)
        Deprecated.
      • ABGroupCopyArrayOfAllMembersWithSortOrdering

        @Deprecated
        public static CFArrayRef ABGroupCopyArrayOfAllMembersWithSortOrdering​(org.moe.natj.general.ptr.ConstVoidPtr group,
                                                                              int sortOrdering)
        Deprecated.
      • ABGroupAddMember

        @Deprecated
        public static boolean ABGroupAddMember​(org.moe.natj.general.ptr.ConstVoidPtr group,
                                               org.moe.natj.general.ptr.ConstVoidPtr person,
                                               org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABGroupRemoveMember

        @Deprecated
        public static boolean ABGroupRemoveMember​(org.moe.natj.general.ptr.ConstVoidPtr group,
                                                  org.moe.natj.general.ptr.ConstVoidPtr member,
                                                  org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
        Deprecated.
      • ABAddressBookGetGroupWithRecordID

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetGroupWithRecordID​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                                              int recordID)
        Deprecated.
        Finding groups
      • ABAddressBookGetGroupCount

        @Deprecated
        public static long ABAddressBookGetGroupCount​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
      • ABAddressBookCopyArrayOfAllGroups

        @Deprecated
        public static CFArrayRef ABAddressBookCopyArrayOfAllGroups​(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
        Deprecated.
      • ABAddressBookCopyArrayOfAllGroupsInSource

        @Deprecated
        public static CFArrayRef ABAddressBookCopyArrayOfAllGroupsInSource​(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
                                                                           org.moe.natj.general.ptr.ConstVoidPtr source)
        Deprecated.
      • ABMultiValueGetPropertyType

        @Deprecated
        public static int ABMultiValueGetPropertyType​(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
        Deprecated.
        Type of the contained values
      • ABMultiValueGetCount

        @Deprecated
        public static long ABMultiValueGetCount​(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
        Deprecated.
      • ABMultiValueCopyValueAtIndex

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCopyValueAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                                                         long index)
        Deprecated.
      • ABMultiValueCopyArrayOfAllValues

        @Deprecated
        public static CFArrayRef ABMultiValueCopyArrayOfAllValues​(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
        Deprecated.
      • ABMultiValueCopyLabelAtIndex

        @Deprecated
        public static CFStringRef ABMultiValueCopyLabelAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                               long index)
        Deprecated.
      • ABMultiValueGetIndexForIdentifier

        @Deprecated
        public static long ABMultiValueGetIndexForIdentifier​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                             int identifier)
        Deprecated.
      • ABMultiValueGetIdentifierAtIndex

        @Deprecated
        public static int ABMultiValueGetIdentifierAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                           long index)
        Deprecated.
      • ABMultiValueGetFirstIndexOfValue

        @Deprecated
        public static long ABMultiValueGetFirstIndexOfValue​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                            org.moe.natj.general.ptr.ConstVoidPtr value)
        Deprecated.
      • ABMultiValueCreateMutable

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCreateMutable​(int type)
        Deprecated.
      • ABMultiValueCreateMutableCopy

        @Deprecated
        public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCreateMutableCopy​(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
        Deprecated.
      • ABMultiValueAddValueAndLabel

        @Deprecated
        public static boolean ABMultiValueAddValueAndLabel​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                           org.moe.natj.general.ptr.ConstVoidPtr value,
                                                           CFStringRef label,
                                                           org.moe.natj.general.ptr.IntPtr outIdentifier)
        Deprecated.
      • ABMultiValueInsertValueAndLabelAtIndex

        @Deprecated
        public static boolean ABMultiValueInsertValueAndLabelAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                                     org.moe.natj.general.ptr.ConstVoidPtr value,
                                                                     CFStringRef label,
                                                                     long index,
                                                                     org.moe.natj.general.ptr.IntPtr outIdentifier)
        Deprecated.
      • ABMultiValueRemoveValueAndLabelAtIndex

        @Deprecated
        public static boolean ABMultiValueRemoveValueAndLabelAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                                     long index)
        Deprecated.
      • ABMultiValueReplaceValueAtIndex

        @Deprecated
        public static boolean ABMultiValueReplaceValueAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                              org.moe.natj.general.ptr.ConstVoidPtr value,
                                                              long index)
        Deprecated.
      • ABMultiValueReplaceLabelAtIndex

        @Deprecated
        public static boolean ABMultiValueReplaceLabelAtIndex​(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
                                                              CFStringRef label,
                                                              long index)
        Deprecated.
      • kABGroupNameProperty

        public static int kABGroupNameProperty()