---
title: DistributedNotificationCenter.CenterType
framework: foundation
role: symbol
role_heading: Structure
path: foundation/distributednotificationcenter/centertype
---

# DistributedNotificationCenter.CenterType

This constant specifies the notification center type.

## Declaration

```swift
struct CenterType
```

## Topics

### Type Properties

- [localNotificationCenterType](foundation/distributednotificationcenter/centertype/localnotificationcentertype.md)

### Initializers

- [init(_:)](foundation/distributednotificationcenter/centertype/init(_:).md)
- [init(rawValue:)](foundation/distributednotificationcenter/centertype/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [DistributedNotificationCenter.Options](foundation/distributednotificationcenter/options.md)
- [DistributedNotificationCenter.SuspensionBehavior](foundation/distributednotificationcenter/suspensionbehavior.md)
