Contents

init(personResolutionResult:)

Creates an object whose resolution involves the succesful start of a call with the specified contact.

Declaration

init(personResolutionResult: INPersonResolutionResult)

Parameters

  • personResolutionResult:

    The value that resolves the requested parameter of the intent. This value may be different than the one specified in the intent object.

Return Value

A new INStartCallContactResolutionResult object.

Discussion

Use this method to create a result object when you’re able to start a call with the specified capabilities.

See Also

Creating a Resolution Result Object