文書   >   Foundation   >   Notifications   >   DistributedNotificationCenter   >   DistributedNotificationCenter.Options
構造体
DistributedNotificationCenter.Options
これらの定数は、postNotificationName(_:object:userInfo:options:) メソッドを使用して送信される通知の動作を指定します。
トピックス
定数
let NSNotificationDeliverImmediately: DistributedNotificationCenter.Options
設定すると、通知は、一時停止の動作または一時停止の状態にあるかに関係なく、すべての監視者に直ちに配信されます。設定されないと、通知監視者の通常の一時停止動作を可能にします。
let NSNotificationPostToAllSessions: DistributedNotificationCenter.Options
設定すると、通知がすべてのセッションに送信されます。設定されないと、送信するタスクと同じログインセッション内のアプリケーションにのみ通知が送信されます。
イニシャライザ
型プロパティ
static var deliverImmediately: DistributedNotificationCenter.Options
static var postToAllSessions: DistributedNotificationCenter.Options