Enumeration 列挙

NSDistributedNotificationOptions

These constants specify the behavior of notifications posted using the postNotificationName:object:userInfo:options: method. これらの定数は、postNotificationName:object:userInfo:options:メソッドを使って投函される通知の挙動を指定します。

Declaration 宣言

typedef enum NSDistributedNotificationOptions : NSUInteger {
    ...
} NSDistributedNotificationOptions;

Topics 話題

Constants 定数