Contents

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.

See Also

Related Documentation

  • Notification Programming Topics

Getting Distributed Notification Centers