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) -> SelfParameters
- 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.