isKnownHandle(_:)
A Boolean that checks if the system knows the given handle.
Declaration
final func isKnownHandle(_ handle: CommunicationHandle) async -> BoolParameters
- handle:
A communication handle. This could be an email, phone number, username, or any other person identifier.
Return Value
Whether or not the given handle is known by the system.