---
title: NSPersistentStoreUbiquitousTransitionType
framework: coredata
role: symbol
role_heading: Enumeration
path: coredata/nspersistentstoreubiquitoustransitiontype
---

# NSPersistentStoreUbiquitousTransitionType

These constants are used as the value corresponding to the NSPersistentStoreUbiquitousTransitionTypeKey in the user info dictionary of NSPersistentStoreCoordinatorStoresWillChangeNotification and NSPersistentStoreCoordinatorStoresDidChangeNotification notifications to identify the type of event leading to a change.

## Declaration

```swift
enum NSPersistentStoreUbiquitousTransitionType
```

## Topics

### Constants

- [NSPersistentStoreUbiquitousTransitionType.accountAdded](coredata/nspersistentstoreubiquitoustransitiontype/accountadded.md)
- [NSPersistentStoreUbiquitousTransitionType.accountRemoved](coredata/nspersistentstoreubiquitoustransitiontype/accountremoved.md)
- [NSPersistentStoreUbiquitousTransitionType.contentRemoved](coredata/nspersistentstoreubiquitoustransitiontype/contentremoved.md)
- [NSPersistentStoreUbiquitousTransitionType.initialImportCompleted](coredata/nspersistentstoreubiquitoustransitiontype/initialimportcompleted.md)

### Initializers

- [init(rawValue:)](coredata/nspersistentstoreubiquitoustransitiontype/init(rawvalue:).md)

## Relationships

### Conforms To

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