CXCallDirectoryExtensionContext
A programmatic interface for adding identification and blocking entries to a Call Directory app extension.
Declaration
class CXCallDirectoryExtensionContextOverview
The system doesn’t initialize CXCallDirectoryExtensionContext objects directly, but instead passes them as arguments to the CXCallDirectoryProvider instance method beginRequest(with:).
Topics
Setting the Delegate
Adding Entries
addIdentificationEntry(withNextSequentialPhoneNumber:label:)addBlockingEntry(withNextSequentialPhoneNumber:)
Removing Entries
removeAllBlockingEntries()removeAllIdentificationEntries()removeBlockingEntry(withPhoneNumber:)removeIdentificationEntry(withPhoneNumber:)