Instance Method
インスタンスメソッド
presentedItemDidChangeUbiquityAttributes(_:)
Tells your object that the file or file package's ubiquity attributes have changed.
ファイルまたはファイルパッケージの持つ遍在属性が変更されたことを、あなたのオブジェクトに伝えます。
Declaration
宣言
optional func presentedItemDidChangeUbiquityAttributes(_ attributes: Set
<URLResourceKey
>)
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
関連文書