Contents

resumeMonitoring(placeholderURL:)

Informs the system that it needs to resume monitoring the download.

Declaration

@objc(resumeMonitoring:completionHandler:) func resumeMonitoring(placeholderURL: URL) async throws

Parameters

  • placeholderURL:

    The placeholder location your networking extension previously received when it called Beginmonitoring().

Discussion

Call this method when your browser resumes the download after an interruption, for example, someone cancels the download, or your networking extension encounters a network error.

See Also

Reporting progress to the system