<!--
{
  "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/OwnershipTransferMode-swift.enum/manual",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation24SynchronizationComponentV21OwnershipTransferModeO6manualyA2EmF"
  },
  "title" : "SynchronizationComponent.OwnershipTransferMode.manual"
}
-->

# SynchronizationComponent.OwnershipTransferMode.manual

Require explicit ownership request confirmation.

```
case manual
```

## Discussion

Handle the [`SynchronizationEvents.OwnershipRequest`](/documentation/RealityKit/SynchronizationEvents/OwnershipRequest) event to find
out when a peer requests ownership of an entity, and call the method
stored in the requests’s
[`accept`](/documentation/RealityKit/SynchronizationEvents/OwnershipRequest/accept) property to
confirm the transfer of ownership.

---

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)