shouldFetchSubresources
A Boolean value indicating whether to download subresources specified by the metadata.
Declaration
var shouldFetchSubresources: Bool { get set }Discussion
Subresources include the icon, image, or video. When set to false, the returned LPLinkMetadata object consists only of metadata retrieved from the main resource identified by the url passed to startFetchingMetadata(for:completionHandler:).
The default value is true.