Type Method 型メソッド

defaultCenter

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

Declaration 宣言

+ (NSDistributedNotificationCenter *)defaultCenter;

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書