---
title: CKShare.ParticipantAcceptanceStatus
framework: cloudkit
role: symbol
role_heading: Enumeration
path: cloudkit/ckshare/participantacceptancestatus
---

# CKShare.ParticipantAcceptanceStatus

Constants that represent the status of a participant.

## Declaration

```swift
enum ParticipantAcceptanceStatus
```

## Topics

### Constants

- [CKShare.ParticipantAcceptanceStatus.unknown](cloudkit/ckshare/participantacceptancestatus/unknown.md)
- [CKShare.ParticipantAcceptanceStatus.pending](cloudkit/ckshare/participantacceptancestatus/pending.md)
- [CKShare.ParticipantAcceptanceStatus.accepted](cloudkit/ckshare/participantacceptancestatus/accepted.md)
- [CKShare.ParticipantAcceptanceStatus.removed](cloudkit/ckshare/participantacceptancestatus/removed.md)

### Initializers

- [init(rawValue:)](cloudkit/ckshare/participantacceptancestatus/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)

## See Also

### Accessing the Participant’s Status

- [acceptanceStatus](cloudkit/ckshare/participant/acceptancestatus-swift.property.md)
- [CKShare.Participant.AcceptanceStatus](cloudkit/ckshare/participant/acceptancestatus-swift.typealias.md)
