Contents

loadTransferable(type:completionHandler:)

Asynchronously loads an object of a specified transferable type to an item provider, returning a progress object.

Declaration

func loadTransferable<T>(type transferableType: T.Type, completionHandler: @escaping  @Sendable (Result<T, any Error>) -> Void) -> Progress where T : Transferable

See Also

Loading the provider’s contents