SMAddressBookServiceDelegate Protocol Reference

Conforms to NSObject
Declared in SMAddressBookServiceDelegate.h

– setAddressBookApplication: required method

Sets the handler to AddressBook retrieve.

- (void)setAddressBookApplication:(id<SMAddressBookApplicationDelegate>)app

Parameters

app

AddressBookApplicationDelegate

Availability

2.0.0

Discussion

Sets the handler to AddressBook retrieve.

Declared In

SMAddressBookServiceDelegate.h

– retrieve required method

Retrieves the list of personal address book entries from the server.

- (void)retrieve

Availability

2.0.0

Discussion

Retrieves the list of personal address book entries from the server.

Declared In

SMAddressBookServiceDelegate.h

– searchDirectory:andSearchType: required method

Searches the directory.

- (void)searchDirectory:(NSString *)criteria andSearchType:(SMAddressBookSearchTypes)searchType

Parameters

criteria

NSString(text depending on the searchType)

searchType

AddressBookSearchType

Availability

2.0.0

Discussion

Searches the directory.

Declared In

SMAddressBookServiceDelegate.h