Contents

init(shareURLs:)

Creates an operation for fetching the metadata for the specified shares.

Declaration

convenience init(shareURLs: [URL])

Parameters

  • shareURLs:

    The URLs of the shares. If you specify nil, you must assign a value to the Shareurls property before you execute the operation.

Discussion

After creating the operation, assign a handler to the fetchShareMetadataCompletionBlock property to process the results.

See Also

Creating an Operation