Type Property 型プロパティ

abDatabaseChanged

Posted when this process has changed the Address Book database. このプロセスがAddress Bookデータベースを変更した時に投函されます。

Declaration 宣言

static let abDatabaseChanged: NSNotification.Name

Discussion 議論

Depending on the operation performed on the address book, one or more of the following keys may be included in the user-info dictionary: kABInsertedRecords, kABUpdatedRecords, and kABDeletedRecords. The values for each of the keys are the unique IDs of the records that were inserted, updated, or deleted, respectively. If the values for all the keys are nil, every record has changes. For example, this happens when the Address Book database is restored from a backup copy. アドレスブック上で実行される演算に依存して、1つ以上の以下のキーがユーザ情報辞書に含まれるかもしれません:kABInsertedRecordskABUpdatedRecords、そしてkABDeletedRecords。キーそれぞれに対する値は、それぞれ、挿入、更新、または削除されたレコードの固有のIDです。全てのキーに対する値がnilならば、あらゆるレコードが変更を持ちます。例えば、これはAddress Bookデータベースがバックアップコピーから復元されるときに起こります。

See Also 参照

AddressBook