init(value:type:)
Initializes and returns a person handle with the specified data.
Declaration
convenience init(value: String?, type: INPersonHandleType)Parameters
- value:
The data to associate with the handle. Specify the data as a user-readable string.
- type:
A constant indicating the type of information in the
valueparameter. For a list of possible values, see Inpersonhandletype.
Return Value
An initialized person handle object.