Transferable
public func export(to destinationDirectory: Foundation.URL, contentType: UniformTypeIdentifiers.UTType?) async throws -> Foundation.URL
Transferable
public func exported(as contentType: UniformTypeIdentifiers.UTType?) async throws -> Foundation.Data
Transferable
public static func exportedContentTypes(visibility: CoreTransferable.TransferRepresentationVisibility = .all) -> [UniformTypeIdentifiers.UTType]
Transferable
public func exportedContentTypes(_ visibility: CoreTransferable.TransferRepresentationVisibility = .all) -> [UniformTypeIdentifiers.UTType]
Transferable
public static func importedContentTypes() -> [UniformTypeIdentifiers.UTType]
Transferable
public func importedContentTypes() -> [UniformTypeIdentifiers.UTType]
Transferable
public func withExportedFile<Result>(contentType: UniformTypeIdentifiers.UTType?, fileHandler: (Foundation.URL) async throws -> Result) async throws -> Result