knownHandles(in:)
Checks which handles in a given set are known to the system.
Declaration
final func knownHandles(in handles: Set<CommunicationHandle>) async -> Set<CommunicationHandle>Parameters
- handles:
A set of communication handles, such as email addresses, phone numbers, user names, or any other set of personal identifiers.
Mentioned in
Return Value
A subset of the given handles known to the system.