<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/SynchronizationComponent/OwnershipTransferCompletionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation24SynchronizationComponentV33OwnershipTransferCompletionResultO"
  },
  "title" : "SynchronizationComponent.OwnershipTransferCompletionResult"
}
-->

# SynchronizationComponent.OwnershipTransferCompletionResult

The result of an ownership transfer request.

```
enum OwnershipTransferCompletionResult
```

## Topics

### Ownership transfer completion results

[`case granted`](/documentation/RealityKit/SynchronizationComponent/OwnershipTransferCompletionResult/granted)

The request is accepted and ownership is transferred.

[`case timedOut`](/documentation/RealityKit/SynchronizationComponent/OwnershipTransferCompletionResult/timedOut)

The ownership transfer request timed out.

### Comparing completion results

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)