<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEDownloadMonitorLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(cs)BEDownloadMonitorLocation"
  },
  "title" : "BEDownloadMonitorLocation"
}
-->

# BEDownloadMonitorLocation

A class that associates a URL with the bookmark you use to access that URL.

```
@interface BEDownloadMonitorLocation : NSObject
```

## Overview

Pass the [`bookmarkData`](/documentation/BrowserEngineKit/BEDownloadMonitorLocation/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](/documentation/BrowserEngineKit/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 <doc://com.apple.documentation/documentation/Foundation/NSURL/bookmarkData(options:includingResourceValuesForKeys:relativeTo:)>, passing the <doc://com.apple.documentation/documentation/Foundation/NSURL/BookmarkCreationOptions/withSecurityScope> flag.

## Topics

### Getting information about a location

[`url`](/documentation/BrowserEngineKit/BEDownloadMonitorLocation/url)

The location of the resource.

[`bookmarkData`](/documentation/BrowserEngineKit/BEDownloadMonitorLocation/bookmarkData)

A bookmark that resolves to the resource’s URL.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)