Contents

BEDownloadMonitor

An object that reports the status of web downloads to the system.

Declaration

@objc(BEDownloadMonitor) class BEDownloadMonitor

Mentioned in

Overview

When someone downloads a file in your web browser, create an instance of this class to report progress to the system, and optionally create a placeholder file in the person’s Downloads folder. For more information, see Downloading files in a web browser with an alternative browser engine.

Topics

Creating a download monitor

Creating a download placeholder

Reporting progress to the system

Getting information about a download

See Also

Downloads