BEDownloadMonitor.Location
A class that associates a URL with the bookmark you use to access that URL.
Declaration
@objc(BEDownloadMonitorLocation) class LocationOverview
Pass the bookmarkData to your browser app to resolve the URL in the app. For information on using XPC to share data between your networking extension and browser app, see Using XPC to communicate with browser extensions.
The URL bookmark in a Location isn’t suitable for storing on disk and resolving in subsequent launches of your app. To do this, create your own bookmark using bookmarkData(options:includingResourceValuesForKeys:relativeTo:), passing the withSecurityScope flag.