typealias Notification.Name
An alias for a type used to represent the name of a notification.
ある通知の名前を表すために使う型に対するエイリアス。
struct NSNotification.Name
A structure that defines the name of a notification.
ある構造体、それはある通知の名前を定義します。
Availability 有効性
Technology
init(name: Notification
.Name
, object: Any? = nil, userInfo: [AnyHashable
: Any]? = nil)
The default value for user
is nil.
user
に対する省略時の値は、nilです。
typealias Notification.Name
struct NSNotification.Name