Contents

presentedItemDidChangeUbiquityAttributes(_:)

Tells your object that the file or file package’s ubiquity attributes have changed.

Declaration

optional func presentedItemDidChangeUbiquityAttributes(_ attributes: Set<URLResourceKey>)

Parameters

Discussion

To specify the ubiquity attributes that trigger notifications, implement your file provider’s observedPresentedItemUbiquityAttributes property. If you do not implement this property, the system sends notifications when any ubiquity attribute changes.

See Also

Related Documentation

Ubiquity Change Notifications