addIdentificationEntry(withNextSequentialPhoneNumber:label:)
Adds an identification entry with the specified phone number and label.
Declaration
func addIdentificationEntry(withNextSequentialPhoneNumber phoneNumber: CXCallDirectoryPhoneNumber, label: String)Parameters
- phoneNumber:
The phone number to be identified.
- label:
The label to identify the phone number.
Mentioned in
Discussion
When a phone number has an identification entry, incoming calls from that phone number will display its associated label to the user.
Call this method on the instance of CXCallDirectoryExtensionContext passed as an argument to the block parameter of the CXCallDirectoryProvider instance method beginRequest(with:).