init?(coder: NSCoder)
Initializes a notification with the data from an unarchiver.
通知をアンアーカイバからのデータで初期化します。
init(name: NSNotification.Name, object: Any?, userInfo : [AnyHashable : Any]?)
Initializes a notification with a specified name, object, and user information.
通知をある指定された名前、オブジェクト、そしてユーザ情報で初期化します。
struct NSNotification.Name
A structure that defines the name of a notification.
ある構造体、それはある通知の名前を定義します。