Global Variable グローバル変数

NSMetadataUbiquitousItemIsDownloadedKey

Declaration 宣言

let NSMetadataUbiquitousItemIsDownloadedKey: String

Discussion 議論

The value is an NSNumber object that contains a Boolean indicating whether the current version of the item has been downloaded and is available locally. 値はあるNSNumberオブジェクトです、それは項目の現在のバージョンがダウンロードされてしまっていてローカルに利用可能であるかどうかを指し示しているブールを含みます。

This constant is deprecated in iOS 7 and OS X v10.9; use NSMetadataUbiquitousItemDownloadingStatusKey instead. この定数はiOS 7およびOS X v10.9では推奨されません; NSMetadataUbiquitousItemDownloadingStatusKeyを代わりに使ってください。