class func `default`() -> DistributedNotificationCenter
Returns the default distributed notification center, representing the local notification center for the computer.
コンピュータに対するローカル通知センターを表している、省略時の分散通知センターを返します。
Availability 有効性
Technology
class func forType(_ notificationCenterType: DistributedNotificationCenter
.CenterType
) -> DistributedNotificationCenter
notificationCenterType
Notification center type being inquired about. それについて尋ねられる通知センター型。
Distributed notification center for notification
.
notification
に対する分散通知センター。
Currently only one type, NSLocal
, is supported.
現在はただ1つの型、NSLocal
だけがサポートされます。
class func `default`() -> DistributedNotificationCenter