personHandle

personHandle

personHandle Instance Property of INPerson The unique handle that your app assigns to the person.

@NSCopying var personHandle: INPersonHandle? { get }

Discussion

The value of this property is an object that uniquely identifies the user to your app. For example, you might provide a handle containing an email address, a phone number, or an account name associated with the user. Siri might show this information when asking the user to choose from among several people with similar names.