Type Property 型プロパティ

CKAccountChanged

A notification that a container posts when the status of an iCloud account changes. ある通知、それはあるiCloudアカウントの状態が変化する時にあるコンテナが投函するものです。

Declaration 宣言

static let CKAccountChanged: NSNotification.Name

Discussion 議論

Create an instance of CKContainer to receive this notification. The container posts the notification using an arbitrary queue. Use the accountStatus(completionHandler:) method to obtain the account’s status. CKContainerのインスタンスを作成して、この通知を受け取ってください。そのコンテナは、通知を随意のキューを使って投函します。accountStatus(completionHandler:)メソッドを使って、アカウントのもつ状態を入手してください。