Contents

unsupported(forReason:)

Creates an object specifying that resolution of the parameter wasn’t supported, for the specified reason.

Declaration

class func unsupported(forReason reason: INStartCallCallCapabilityUnsupportedReason) -> Self

Parameters

  • reason:

    The call capability that isn’t supported.

Return Value

A new INStartCallCallCapabilityResolutionResult object.

Discussion

Use this method to create a resolution result object when your app doesn’t support the intent parameter for the specified reason.

See Also

Creating a Resolution Result Object