Type Property 型プロパティ

sizeLimitExceededNotification

Posted when more data is stored in user defaults than is allowed. 許可されるより多くのデータがユーザdefaultsに格納される時に投函されます。

Declaration 宣言

class let sizeLimitExceededNotification: NSNotification.Name

Discussion 議論

This notification is posted on the main queue. この通知は、メインキュー上で投函されます。

Currently, there is only a size limit for data stored to local user defaults on tvOS, which posts a warning notification when user defaults storage reaches 512kB in size, and terminates apps when user defaults storage reaches 1MB in size. 現在、tvOS上のローカルユーザdefaultsに格納されるデータに対するサイズ制限だけがあります、それはユーザdefaultsストレージがサイズで512kBに達する時に警告通知を投函します、そしてユーザdefaultsストレージがサイズで1MBに達する時にアプリを終了します。

For ubiquitous defaults, the limit depends on the logged in iCloud user. ユビキタスdefaultsに対して、制限はログインしたiCloudユーザに依存します。

See Also 参照

Notifications 通知