Enumeration
列挙
NSDistributed
NSDistributedNotificationOptions
These constants specify the behavior of notifications posted using the
postNotificationName:object:userInfo:options:
method.
これらの定数は、postNotificationName:object:userInfo:options:
メソッドを使って投函される通知の挙動を指定します。
Availability 有効性
- macOS 10.11+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typedef enum NSDistributedNotificationOptions : NSUInteger
{
...
} NSDistributedNotificationOptions;
Topics 話題
Constants 定数
Constants 定数
NSNotificationDeliverImmediately
When set, the notification is delivered immediately to all observers, regardless of their suspension behavior or suspension state. When not set, allows the normal suspension behavior of notification observers to take place.
設定される場合、通知は直ぐに全てのオブザーバに配達されます、それらの待機挙動または待機状態に関係なく。設定される場合、通知オブザーバの通常の待機挙動を発生させます。
NSNotificationPostToAllSessions
When set, the notification is posted to all sessions. When not set, the notification is sent only to applications within the same login session as the posting task.
設定される場合、通知は全てのセッションに投函されます。設定される場合、通知は投函タスクと同じログインセッション内部のアプリケーションにのみ送られます。