Contents

init(mediaDestinationResolutionResult:)

Creates an object whose resolution involves successfully adding a media item to a particular destination.

Declaration

init(mediaDestinationResolutionResult: INMediaDestinationResolutionResult)

Parameters

  • mediaDestinationResolutionResult:

    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 INAddMediaMediaDestinationResolutionResult object.

Discussion

Use this method to create a result object when you’re able to add a media item to a particular destination.

See Also

Creating a Resolution Result