Initializer

init(name:object:)

Returns a new notification object with a specified name and object. 新しい通知オブジェクトを返します、指定される名前とオブジェクトを持ちます。

Declaration 宣言

convenience init(name aName: NSNotification.Name, 
          object anObject: Any?)

Parameters パラメータ

aName

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

anObject

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

See Also 参照

Creating Notifications 通知を作成する

Related Documentation 関連文書