Type Method 型メソッド

forType(_:)

Returns the distributed notification center for a particular notification center type. 特定の通知センター型のための分散通知センターを返します。

Declaration 宣言

class func forType(_ notificationCenterType: DistributedNotificationCenter.CenterType) -> DistributedNotificationCenter

Parameters パラメータ

notificationCenterType

Notification center type being inquired about. それについて尋ねられる通知センター型。

Return Value 戻り値

Distributed notification center for notificationCenterType. notificationCenterTypeに対する分散通知センター。

Discussion 議論

Currently only one type, NSLocalNotificationCenterType, is supported. 現在はただ1つの型、NSLocalNotificationCenterTypeだけがサポートされます。

See Also 参照

Getting Distributed Notification Centers 分散通知センターを取得する