customIdentifier
customIdentifier
customIdentifier Instance Property of INPerson The unique identifier that your app uses to identify the person.
var customIdentifier: String? { get }Discussion
Use this property to access the custom identification string that you specified at initialization time. The value of this property is also returned by the vocabularyIdentifier property.
Important: The information in this property is for developer purposes only. Use `
doc://com.apple.sirikit/documentation/Intents/INPerson/personHandle` when your app needs to display identification information to the user.