beginMonitoring()
Informs the system to start monitoring the download.
Declaration
@objc(beginMonitoring:) func beginMonitoring() async throws -> BEDownloadMonitor.Location?Mentioned in
Return Value
If you called useDownloadsFolder(placeholderType:finalFileCreatedHandler:), this method returns the placeholder location that the system creates to host the downloaded content; otherwise, it returns nil.