Initializer

init(name:object:userInfo:)

Initializes a notification with a specified name, object, and user information. 通知をある指定された名前、オブジェクト、そしてユーザ情報で初期化します。

Declaration 宣言

init(name: NSNotification.Name, 
object: Any?, 
userInfo: [AnyHashable : Any]? = nil)

Parameters パラメータ

aName

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

object

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

userInfo

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

See Also 参照

Creating Notifications 通知を作成する