Type Method 型メソッド

notificationWithName:object:userInfo:

Returns a notification object with a specified name, object, and user information. 指定された名前、オブジェクト、そしてユーザ情報を持つ通知オブジェクトを返します。

Declaration 宣言

+ (instancetype)notificationWithName:(NSNotificationName)aName 
                              object:(id)anObject 
                            userInfo:(NSDictionary *)aUserInfo;

Parameters パラメータ

aName

The name for the new notification. May not be nil. 新しい通知に対する名前。nilにしないでください。

anObject

The object for the new notification. 新しい通知に対するオブジェクト。

userInfo

The user information dictionary for the new notification. May be nil. 新しい通知に対するユーザ情報辞書。nilかもしれません。

See Also 参照

Creating Notifications 通知を作成する

Related Documentation 関連文書