case coalesce
The server only queues the last notification of the specified name and object; earlier notifications are dropped. In cover methods for which suspension behavior is not an explicit argument,
NSNotificationSuspensionBehaviorCoalesce
is the default.
サーバは、指定された名前とオブジェクトの最後の通知を待ち行列に入れるだけです;それより前の通知は没にされます。待機挙動が明白な引数でない担当メソッドでは、NSNotificationSuspensionBehaviorCoalesce
が初期状態です。
case hold
The server holds all matching notifications until the queue has been filled (queue size determined by the server), at which point the server may flush queued notifications.
サーバは全ての合致する通知を保持します、待ち行列がいっぱいになってしまうまで(待ち行列のサイズはサーバによって決定されます)、その時点でサーバは待ち行列に入れられた通知を一掃するかもしれません。