Instance Method インスタンスメソッド

presentedItemDidChangeUbiquityAttributes(_:)

Tells your object that the file or file package's ubiquity attributes have changed. ファイルまたはファイルパッケージの持つ遍在属性が変更されたことを、あなたのオブジェクトに伝えます。

Declaration 宣言

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

Parameters パラメータ

attributes

The set of ubiquity attributes that have changed. For information about valid ubiquity attributes, see the observedPresentedItemUbiquityAttributes property. 変化した遍在属性ひとそろい。有効な遍在属性についての情報について、observedPresentedItemUbiquityAttributesプロパティを見てください。

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. 通知を引き起こす遍在属性を指定するには、あなたのファイルプロバイダの持つobservedPresentedItemUbiquityAttributesプロパティを実装してください。あなたがこのプロパティを実装しないならば、システムは何らかの遍在属性が変化する時に通知を送ります。

See Also 参照

Ubiquity Change Notifications 遍在的に通知を変更する

Related Documentation 関連文書