CallKitDisplayName
public struct CallKitDisplayName
Provides instructions on what CallKit should display for an incoming/active call.
-
Creates a display name used by Callkit for display of an incoming/active call.
Declaration
Swift
public init(value: String, ignoreSystemContacts: Bool = false)
Parameters
value
The display value, e.g. Jon Smith
ignoreSystemContacts
If CallKit should ignore system contacts. By default, if iOS can resolve a contact it will ignore the display value we provide. To override this behavior and force CallKit to use the value provided, set this to true.