func presentedItemDidChangeUbiquityAttributes (Set<URLResourceKey>)
Tells your object that the file or file package's ubiquity attributes have changed.
ファイルまたはファイルパッケージの持つ遍在属性が変更されたことを、あなたのオブジェクトに伝えます。
Availability 有効性
Technology
optional var observedPresentedItemUbiquityAttributes: Set
<URLResourceKey
> { get }
Valid attributes include the is
attribute and any attribute whose name starts with u
biquitous
or u
biquitous
.
有効な属性は、is
属性とそれの名前がu
biquitous
またはu
biquitous
で始まる何らかの属性です。
If the property is not implemented, the system generates notifications for all the ubiquity attributes. プロパティが実装されないならば、システムは遍在属性すべてに対して通知を生成します。
The system checks this property only when the file coordinator's add
method is called. Make all changes to this property before calling add
.
システムがこのプロパティを確認するのは、ファイルコーディネータのもつadd
メソッドが呼び出される時のみです。add
を呼び出す前にこのプロパティに対する全ての変更をしてください。
func presentedItemDidChangeUbiquityAttributes (Set<URLResourceKey>)