func post(name: NSNotification.Name, object: String?, userInfo : [AnyHashable : Any]?)
Creates a notification with information, and posts it to the receiver.
通知を情報とともに作成します、そしてそれをレシーバに投函します。
func postNotificationName (NSNotification.Name, object: String?, userInfo : [AnyHashable : Any]?, deliverImmediately : Bool)
Creates a notification with information and an immediate-delivery specifier, and posts it to the receiver.
通知を情報および即時配達指定子とともに作成します、そしてそれをレシーバに投函します。
func postNotificationName (NSNotification.Name, object: String?, userInfo : [AnyHashable : Any]?, options: DistributedNotificationCenter.Options)
Creates a notification with information, and posts it to the receiver.
通知を情報とともに作成します、そしてそれをレシーバに投函します。