CPAddressBook
@objc
public class CPAddressBook : NSObject
Contains Enums used by Address Book Service.
Since
1.0.0-
Contains search field type keys for directory search.
Should be used when specifying search field type and sorting rule while performing search operation in directory.
Since
1.0.0Declaration
Swift
@objc(CPAddressBookFieldType) public enum FieldType : Int, RawRepresentable
-
Specifies order type for the directory search.
Should be used while specifying order rule while performing search operation.
Since
1.0.0Declaration
Swift
@objc(CPAddressBookOrderType) public enum OrderType : Int, RawRepresentable