Contents

exportAsynchronously(completionHandler:)

Starts the asynchronous execution of an export session.

Declaration

func exportAsynchronously(completionHandler handler: @escaping  @Sendable () -> Void)
func export() async

Parameters

  • handler:

    A callback the system invokes when it finishes successfully, or in the event of writing failure.

See Also

Exporting media