CPAddressBookList
@objc
public class CPAddressBookList : NSObject
Manages address book lists.
Since
1.0.0-
Identifier or name of the list.
Declaration
Swift
@objc public var listId: String
-
Resource URL of the address book list.
Declaration
Swift
@objc public var resourceUrl: String
-
Initializes CPAddressBookList object with the specified list Id.
Declaration
Swift
@objc public init(listId: String)
Parameters
listId
Unique identifier for the CPAddressBook List Object.