Type Property 型プロパティ

TVTopShelfItemsDidChange

A notification to post when your app’s Top Shelf content has changed. あなたのアプリの Top Shelf 内容が変化した時に投函する通知。

Declaration 宣言

static let TVTopShelfItemsDidChange: NSNotification.Name

Discussion 議論

When the content has changed, post a new notification using the default notification center ([NSNotificationCenter defaultCenter]). At some point in the future, the system will fetch the new data from your extension. The notification’s parameters are ignored and should be nil. コンテンツが変化した場合、新しい通知を省略時の通知センター([NSNotificationCenter defaultCenter])を使って投函してください。将来のある時点で、システムは新しいデータをあなたの拡張から取得するでしょう。通知の持つパラメータは無視されます、そしてnilであるべきです。