Type Method 型メソッド

default()

Returns the default distributed notification center, representing the local notification center for the computer. コンピュータに対するローカル通知センターを表している、省略時の分散通知センターを返します。

Declaration 宣言

class func `default`() -> DistributedNotificationCenter

Return Value 戻り値

Default distributed notification center for the computer. コンピュータのための省略時の分散通知センター。

Discussion 議論

This method calls forType(_:) with an argument of NSLocalNotificationCenterType. このメソッドは、forType(_:)NSLocalNotificationCenterTypeの引数とともに呼び出します。

See Also 参照

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

Related Documentation 関連文書