Contents

unsupported(forReason:)

Creates a result that requires the user to confirm the request, because your is unable to support the current request.

Declaration

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

Parameters

  • reason:

    The reason that playing the media item isn’t supported.

Return Value

A new INUpdateMediaAffinityMediaItemResolutionResult 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

Reporting a Problem