forType(_:)
Returns the distributed notification center for a particular notification center type.
Declaration
class func forType(_ notificationCenterType: DistributedNotificationCenter.CenterType) -> DistributedNotificationCenterParameters
- notificationCenterType:
Notification center type being inquired about.
Return Value
Distributed notification center for notificationCenterType.
Discussion
Currently only one type, NSLocalNotificationCenterType, is supported.