class func forType (DistributedNotificationCenter.CenterType) -> DistributedNotificationCenter
Returns the distributed notification center for a particular notification center type.
特定の通知センター型のための分散通知センターを返します。
Availability 有効性
Technology
class func `default`() -> DistributedNotificationCenter
Default distributed notification center for the computer. コンピュータのための省略時の分散通知センター。
This method calls for
with an argument of NSLocal
.
このメソッドは、for
をNSLocal
の引数とともに呼び出します。
class func forType (DistributedNotificationCenter.CenterType) -> DistributedNotificationCenter