observedPresentedItemUbiquityAttributes
The set of ubiquity attributes that have changed. For information about valid ubiquity attributes, see the observed
property.
変化した遍在属性ひとそろい。有効な遍在属性についての情報について、observed
プロパティを見てください。
Availability 有効性
Technology
- (void)presentedItemDidChangeUbiquityAttributes:(NSSet
<NSURLResourceKey
> *)attributes;
attributes
The set of ubiquity attributes that have changed. For information about valid ubiquity attributes, see the observed
property.
変化した遍在属性ひとそろい。有効な遍在属性についての情報について、observed
プロパティを見てください。
To specify the ubiquity attributes that trigger notifications, implement your file provider’s observed
property. If you do not implement this property, the system sends notifications when any ubiquity attribute changes.
通知を引き起こす遍在属性を指定するには、あなたのファイルプロバイダの持つobserved
プロパティを実装してください。あなたがこのプロパティを実装しないならば、システムは何らかの遍在属性が変化する時に通知を送ります。
Note 注意
Changes to the ubiquity attributes don't typically align with presented
notifications.
遍在属性への変更それらは、概してpresented
通知と提携しません。
observedPresentedItemUbiquityAttributes
- itemAtURL:didChangeUbiquityAttributes: