Enumeration 列挙

NSPostingStyle

The constants that specify when notifications are posted. いつ通知が投函されるかを指定する定数。

Declaration 宣言

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

Overview 概要

These constants are used by the enqueueNotification:postingStyle: and enqueueNotification:postingStyle:coalesceMask:forModes: methods. これらの定数は、enqueueNotification:postingStyle:enqueueNotification:postingStyle:coalesceMask:forModes:メソッドによって使われます。

Topics 話題

Constants 定数