Type Property 型プロパティ

didChangeExternallyNotification

Posted when the value of one or more keys in the local key-value store changed due to incoming data pushed from iCloud. iCloudからプッシュされたデータがやってくるのが原因で1つ以上のキーの値がローカルのキー値保管において変更された時に投函されます。

Declaration 宣言

class let didChangeExternallyNotification: NSNotification.Name

Discussion 議論

This notification is sent only upon a change received from iCloud; it is not sent when your app sets a value. この通知は、iCloudから受け取った変更に関してのみ送られます;それはあなたのアプリが値を設定する時は送られません。

The user info dictionary can contain the reason for the notification as well as a list of which values changed, as follows: ユーザ情報辞書は、通知の理由を含むことができます、どの値が変更されたかのリストだけでなく、下のように:

The notification object is the NSUbiquitousKeyValueStore object whose contents changed. 通知オブジェクトは、それの内容が変化したNSUbiquitousKeyValueStoreオブジェクトです。