---
title: "item(at:didChangeUbiquityAttributes:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsfilecoordinator/item(at:didchangeubiquityattributes:)"
---

# item(at:didChangeUbiquityAttributes:)

Tells observing file providers that the item’s ubiquity attributes have changed.

## Declaration

```swift
func item(at url: URL, didChangeUbiquityAttributes attributes: Set<URLResourceKey>)
```

## Discussion

Discussion This method triggers the NSFilePresenter protocol’s presentedItemDidChangeUbiquityAttributes(_:) method on any file presenters that are observing the item, even if they are running in different processes. For information about the types of attributes that can trigger notifications, see the NSFilePresenter protocol’s observedPresentedItemUbiquityAttributes property.
