Contents

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 value parameter. For a list of possible values, see Inpersonhandletype.

Return Value

An initialized person handle object.

See Also

Initializing a Person Handle